Mercurial > hg > xemacs-beta
diff nt/config.inc.samp @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | de805c49cfc1 |
line wrap: on
line diff
--- a/nt/config.inc.samp Mon Aug 13 11:16:09 2007 +0200 +++ b/nt/config.inc.samp Mon Aug 13 11:17:09 2007 +0200 @@ -12,10 +12,10 @@ 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= ############################################################################ @@ -58,10 +58,16 @@ # 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.