blob: d915ee0bdca41a6de0fc3c0e52ce532873dfdcf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Imakefile.orig Sun Dec 13 16:59:08 1998
+++ Imakefile Sun Dec 13 17:37:16 1998
@@ -13,6 +13,17 @@
XPOLL_DEF = -DNO_XPOLL_H
#endif
+#ifdef USE_XAW3DLIB
+#undef XawClientLibs
+#define XawClientLibs -lXaw3d $(XMULIB) $(XTOOLLIB) $(XLIB)
+#endif
+
+#ifdef USE_NEXTAWLIB
+#undef XawClientLibs
+#define XawClientLibs -lneXtaw $(XMULIB) $(XTOOLLIB) $(XLIB)
+#endif
+
+
/*
* add -DWTMP and -DLASTLOG if you want them.
*/
|