comparison 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
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
10 10
11 # Multilingual support (not currently working). 11 # Multilingual support (not currently working).
12 HAVE_MULE=0 12 HAVE_MULE=0
13 13
14 # Native MS Windows support. 14 # Native MS Windows support.
15 HAVE_MSW=1 15 HAVE_MS_WINDOWS=1
16 16
17 # X Windows support. 17 # X Windows support.
18 HAVE_X=0 18 HAVE_X_WINDOWS=0
19 X11_DIR= 19 X11_DIR=
20 20
21 ############################################################################ 21 ############################################################################
22 22
23 # Set this to enable XPM support (virtually mandatory), and specify 23 # Set this to enable XPM support (virtually mandatory), and specify
56 ############################################################################ 56 ############################################################################
57 57
58 # Set this to enable some debug code that doesn't slow things down. 58 # Set this to enable some debug code that doesn't slow things down.
59 DEBUG_XEMACS=1 59 DEBUG_XEMACS=1
60 60
61 # Set this to speed up building, for development purposes.
62 QUICK_BUILD=0
63
61 # Set this to see exactly which compilation commands are being run (not 64 # Set this to see exactly which compilation commands are being run (not
62 # generally recommended). 65 # generally recommended).
63 VERBOSECC=0 66 VERBOSECC=0
67
68 # Set this to get nmake to use dependency info (requires Perl to be installed)
69 DEPEND=0
64 70
65 ############################################################################ 71 ############################################################################
66 72
67 # Some technical options. 73 # Some technical options.
68 74