X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=nt%2Fconfig.inc.samp;h=14158650024c60d7781d4558c1e40feb7a0e4458;hb=49177a93dff4f349cb9c5474a32e0bc2720cf86b;hp=c49da6bea4390fa3374e9a15ebe7b2f1a9e5d05b;hpb=a92fd34d4e19af388237a0913a5c30ddbcfdde7a;p=chise%2Fxemacs-chise.git diff --git a/nt/config.inc.samp b/nt/config.inc.samp index c49da6b..1415865 100644 --- a/nt/config.inc.samp +++ b/nt/config.inc.samp @@ -12,10 +12,10 @@ PACKAGE_PREFIX=c:\Program Files\XEmacs HAVE_MULE=0 # Native MS Windows support. -HAVE_MSW=1 +HAVE_MS_WINDOWS=1 # X Windows support. -HAVE_X=0 +HAVE_X_WINDOWS=0 X11_DIR= ############################################################################ @@ -23,7 +23,7 @@ X11_DIR= # Set this to enable XPM support (virtually mandatory), and specify # the directory containing xpm. HAVE_XPM=1 -XPM_DIR=f:\src\xpm-3.4k +XPM_DIR=c:\src\xpm-3.4k # Set this to enable GIF support. HAVE_GIF=1 @@ -31,16 +31,16 @@ HAVE_GIF=1 # Set this to enable PNG support (virtually mandatory), and specify # the directories containing png and zlib. HAVE_PNG=1 -PNG_DIR=f:\src\libpng-1.0.3 -ZLIB_DIR=f:\src\zlib +PNG_DIR=c:\src\libpng-1.0.5 +ZLIB_DIR=c:\src\zlib-1.1.3 # Set this to enable TIFF support, and specify the directory containing tiff. HAVE_TIFF=0 TIFF_DIR= # Set this to enable JPEG support, and specify the directory containing jpeg. -HAVE_JPEG=0 -JPEG_DIR= +HAVE_JPEG=1 +JPEG_DIR=c:\src\jpeg-6b # Set this to enable XFace support, and specify the directory containing # compface. @@ -58,10 +58,16 @@ MAKEINFO=f:\src\texinfo-4.0\makeinfo\makeinfo.exe # Set this to enable some debug code that doesn't slow things down. DEBUG_XEMACS=1 +# Set this to speed up building, for development purposes. +QUICK_BUILD=0 + # Set this to see exactly which compilation commands are being run (not # generally recommended). VERBOSECC=0 +# Set this to get nmake to use dependency info (requires Perl to be installed) +DEPEND=0 + ############################################################################ # Some technical options.