Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3740:a9ddcf85ec1f | 3741:8aa52dcfc11a |
---|---|
174 # Set this to build with the fastcall calling convention, which uses registers | 174 # Set this to build with the fastcall calling convention, which uses registers |
175 # instead of the stack and should speed things up a bit | 175 # instead of the stack and should speed things up a bit |
176 # #### Change to 1 when I check in the ws with support for fastcall | 176 # #### Change to 1 when I check in the ws with support for fastcall |
177 USE_FASTCALL=0 | 177 USE_FASTCALL=0 |
178 | 178 |
179 # Set this in order to avoid building against MSVCRTD.dll, since we can't | |
180 # ship that DLL and since it requires VC installed on the target computer | |
181 BUILD_FOR_SETUP_KIT=0 | |
182 | |
179 ############################################################################ | 183 ############################################################################ |
180 # Development options # | 184 # Development options # |
181 ############################################################################ | 185 ############################################################################ |
182 | 186 |
183 # Set this to compile in support for profiling. If you want line-by-line | 187 # Set this to compile in support for profiling. If you want line-by-line |