Small silly changes to build settings. Supposedly the "Optimize for Windows 98" option is bad for NT systems.

Originally committed to SVN as r5607.
This commit is contained in:
Niels Martin Hansen 2011-09-24 02:27:39 +00:00
parent 285505776b
commit a10f605ffa
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
@ -197,6 +198,7 @@
Name="VCLinkerTool"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
TargetMachine="1"
/>
<Tool