Revision 16611,
906 bytes
checked in by rbasch, 23 years ago
(diff) |
Work around several problems when running on Linux:
1) Change the *toc.scrollVertical resource from WhenNeeded to Always, as
the scrollbar was never appearing in the table of contents window.
2) On Linux, link against the older Xaw library, libXaw.so.6. This
fixes a crash when switching folders, and a display problem when deleting
a message.
3) Add default settings to the resource file for any resource included
in the fallback array; on Linux, the fallback setting seems to be used
unless the resource is set explicitly in the file.
|
Line | |
---|
1 | XCOMM $XConsortium: Imakefile,v 2.22 91/07/22 13:56:17 converse Exp $ |
---|
2 | DEPLIBS = XawClientDepLibs |
---|
3 | LOCAL_LIBRARIES = XawClientLibs |
---|
4 | |
---|
5 | #ifdef LinuxArchitecture |
---|
6 | XAWLIB = /usr/X11R6/lib/libXaw.so.6 |
---|
7 | #endif |
---|
8 | |
---|
9 | XMH_BITMAPS = black6 box6 |
---|
10 | SRCS = bbox.c command.c compfuncs.c folder.c init.c main.c \ |
---|
11 | menu.c mlist.c msg.c pick.c popup.c screen.c toc.c \ |
---|
12 | tocfuncs.c tocutil.c tsource.c util.c viewfuncs.c \ |
---|
13 | miscfuncs.c |
---|
14 | OBJS = bbox.o command.o compfuncs.o folder.o init.o main.o \ |
---|
15 | menu.o mlist.o msg.o pick.o popup.o screen.o toc.o \ |
---|
16 | tocfuncs.o tocutil.o tsource.o util.o viewfuncs.o \ |
---|
17 | miscfuncs.o |
---|
18 | |
---|
19 | |
---|
20 | ComplexProgramTarget(xmh) |
---|
21 | BuildIncludes($(XMH_BITMAPS),bitmaps,..) |
---|
22 | InstallAppDefaults(Xmh) |
---|
23 | INSTALLFLAGS = $(INSTINCFLAGS) |
---|
24 | InstallMultiple($(XMH_BITMAPS),$(INCDIR)/bitmaps) |
---|
Note: See
TracBrowser
for help on using the repository browser.