XEmacs 21.4.15
[chise/xemacs-chise.git.1] / nt / config.inc.samp
1 # -*- mode: makefile -*-
2
3 ############################################################################
4
5 INSTALL_DIR=c:\Program Files\XEmacs\XEmacs-$(XEMACS_VERSION_STRING)
6
7 PACKAGE_PREFIX=c:\Program Files\XEmacs
8
9 ############################################################################
10
11 # Multilingual support (not currently working).
12 HAVE_MULE=0
13
14 # Native MS Windows support.
15 HAVE_MS_WINDOWS=1
16
17 # X Windows support.
18 HAVE_X_WINDOWS=0
19 X11_DIR=
20
21 # GTK support. Do NOT set this to 1; as of xemacs-21.2-b44
22 # gtk-xemacs is not supported on MSWindows (mingw or msvc).
23 # Yes, we know that gtk has been ported to native MSWindows
24 # but XEmacs is not yet ready to use that port.
25 HAVE_GTK=0
26 GTK_DIR=
27
28 ############################################################################
29
30 # Set this to enable XPM support (virtually mandatory), and specify
31 # the directory containing xpm.
32 HAVE_XPM=1
33 XPM_DIR=c:\src\xpm-3.4k
34
35 # Set this to enable GIF support.
36 HAVE_GIF=1
37
38 # Set this to enable PNG support (virtually mandatory), and specify
39 # the directories containing png and zlib.
40 HAVE_PNG=1
41 PNG_DIR=c:\src\libpng-1.0.9
42 ZLIB_DIR=c:\src\zlib
43
44 # Set this to enable TIFF support, and specify the directory containing tiff.
45 HAVE_TIFF=0
46 TIFF_DIR=
47
48 # Set this to enable JPEG support, and specify the directory containing jpeg.
49 HAVE_JPEG=1
50 JPEG_DIR=c:\src\jpeg-6b
51
52 # Set this to enable XFace support, and specify the directory containing
53 # compface.
54 HAVE_XFACE=0
55 COMPFACE_DIR=
56
57 ############################################################################
58
59 # Set this to specify the location of makeinfo. (If not set, XEmacs will
60 # attempt to use its built-in texinfo support when building info files.)
61 MAKEINFO=c:\src\texinfo-4.0\makeinfo\makeinfo.exe
62
63 ############################################################################
64
65 # Set this to enable some debug code that doesn't slow things down.
66 DEBUG_XEMACS=1
67
68 # Set this to speed up building, for development purposes.
69 QUICK_BUILD=0
70
71 # Set this to see exactly which compilation commands are being run (not
72 # generally recommended).
73 VERBOSECC=0
74
75 # Set this to get nmake to use dependency info (requires Perl to be installed)
76 DEPEND=0
77
78 # Set this to use the portable dumper for dumping the preloaded Lisp
79 # routines, instead of the older "unexec" routines in unexnt.c.
80 USE_PORTABLE_DUMPER=1
81