2f83e24dbb
integrate COMMENT rename patches
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
--- Imakefile.orig Sun Mar 25 10:21:40 2001
|
|
+++ Imakefile Sun Mar 25 10:20:12 2001
|
|
@@ -41,7 +41,7 @@
|
|
#ifdef USEJPEG
|
|
#ifdef USEINSTALLEDJPEG
|
|
JPEGLIBDIR = /usr/local/lib
|
|
-JPEGINCDIR = /usr/include/X11
|
|
+JPEGINCDIR = /usr/local/include
|
|
#else
|
|
JPEGLIBDIR = ../jpeg
|
|
JPEGINCDIR = $(JPEGLIBDIR)
|
|
@@ -59,12 +59,12 @@
|
|
XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm)
|
|
XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
|
|
|
|
-XCOMM #define USEXPM
|
|
-XCOMM #define USEXPM_ICON
|
|
+#define USEXPM
|
|
+#define USEXPM_ICON
|
|
|
|
#ifdef USEXPM
|
|
XPMLIBDIR = $(USRLIBDIR)
|
|
-XPMINC = -I/usr/include/X11
|
|
+XPMINC = -I/usr/X11R6/include/X11
|
|
#endif
|
|
|
|
XCOMM Uncomment the following definiton if you want to use the small icons
|
|
@@ -104,7 +104,7 @@
|
|
XCOMM If your setlocale() dosen't support the locale, you should
|
|
XCOMM add -DSETLOCALE to I18N_DEFS.
|
|
|
|
-XCOMM #define I18N
|
|
+#define I18N
|
|
|
|
XCOMM If using an input tablet uncomment the following
|
|
|
|
@@ -115,7 +115,7 @@
|
|
XCOMM inline functions. With the "INLINE" keyword, you should notice that
|
|
XCOMM the display will be a bit faster in complex figures
|
|
|
|
-XCOMM USEINLINE = -DUSE_INLINE
|
|
+USEINLINE = -DUSE_INLINE
|
|
|
|
XCOMM use (and change) the following if you want the multi-key data base file
|
|
XCOMM somewhere other than the standard X11 library directory
|
|
@@ -200,7 +200,7 @@
|
|
#endif /* USEJPEG */
|
|
|
|
#ifdef I18N
|
|
-I18N_DEFS = -DI18N -DSETLOCALE
|
|
+I18N_DEFS = -DI18N #-DSETLOCALE
|
|
I18N_SRC = w_i18n.c
|
|
I18N_OBJ = w_i18n.o
|
|
#endif
|