fix ASCII Release mode build in msvc7.1

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1600 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2011-01-08 19:43:50 +00:00
parent b4270627f2
commit 0ba7933d37
+1 -4
View File
@@ -90,15 +90,12 @@
Name="VCCLCompilerTool"
Optimization="2"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="0"
ImproveFloatingPointConsistency="FALSE"
OmitFramePointers="TRUE"
OptimizeForProcessor="0"
OptimizeForWindowsApplication="TRUE"
AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\msw""
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;USE_SCRIPT_PROFILING=0"
StringPooling="TRUE"
RuntimeLibrary="4"
RuntimeLibrary="0"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="TRUE"
TreatWChar_tAsBuiltInType="FALSE"