Mercurial > hg > xemacs-beta
comparison nt/config.inc.samp @ 795:68d4a70c1558
[xemacs-hg @ 2002-03-29 11:09:23 by jhar]
Hopefully finally solve win32 dependency quoting fiasco
author | jhar |
---|---|
date | Fri, 29 Mar 2002 11:09:24 +0000 |
parents | 578cb2932d72 |
children | a5954632b187 |
comparison
equal
deleted
inserted
replaced
794:3604075fb2a3 | 795:68d4a70c1558 |
---|---|
70 | 70 |
71 # Set this to see exactly which compilation commands are being run (not | 71 # Set this to see exactly which compilation commands are being run (not |
72 # generally recommended). | 72 # generally recommended). |
73 VERBOSECC=0 | 73 VERBOSECC=0 |
74 | 74 |
75 # Set this to get nmake to use dependency info (requires Perl to be installed) | 75 # Set this to get nmake to use dependency info (recommended for development). |
76 # Requires cygwin or ActiveState versions of Perl to be installed. | |
76 DEPEND=0 | 77 DEPEND=0 |
77 | |
78 # Sometimes perl needs more backslash quoting when it's being run to | |
79 # compute dependency info, sometimes less. Allah only knows why. If you | |
80 # get syntax errors in depend.tmp, try changing this. | |
81 PERL_NEEDS_MORE_QUOTING=1 | |
82 | 78 |
83 ############################################################################ | 79 ############################################################################ |
84 | 80 |
85 # Some technical options. | 81 # Some technical options. |
86 | 82 |