diff nt/config.inc.samp @ 3741:8aa52dcfc11a

[xemacs-hg @ 2006-12-12 14:54:49 by vins] Don't require MSVCRTD.dll when building setup kits.
author vins
date Tue, 12 Dec 2006 14:54:49 +0000
parents 57711e9aac15
children 7080e020d700
line wrap: on
line diff
--- a/nt/config.inc.samp	Mon Dec 11 22:51:11 2006 +0000
+++ b/nt/config.inc.samp	Tue Dec 12 14:54:49 2006 +0000
@@ -176,6 +176,10 @@
 # #### Change to 1 when I check in the ws with support for fastcall
 USE_FASTCALL=0
 
+# Set this in order to avoid building against MSVCRTD.dll, since we can't
+# ship that DLL and since it requires VC installed on the target computer
+BUILD_FOR_SETUP_KIT=0
+
 ############################################################################
 #                          Development options                             #
 ############################################################################