updated autogenerated msvc projectfiles,

by default, use SSE instead of SSE2 for release build
This commit is contained in:
erwin.coumans
2009-05-09 21:20:47 +00:00
parent 33029ad996
commit 9da45d5751
220 changed files with 6011 additions and 2349 deletions

View File

@@ -21,13 +21,13 @@
<Tool
Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true"
EnableEnhancedInstructionSet="2"
EnableEnhancedInstructionSet="1"
FloatingPointModel="2"
Optimization="2"
StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="0"
DebugInformationFormat="3"
DebugInformationFormat="1"
BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;WIN32"
OptimizeForProcessor="1"
@@ -50,7 +50,7 @@
LinkIncremental="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
AdditionalOptions=" "
AdditionalDependencies=""
@@ -228,7 +228,7 @@
Name="VCCLCompilerTool"
Optimization="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
DebugInformationFormat="3"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="1"
PreprocessorDefinitions="_DEBUG;WIN32"
@@ -298,7 +298,7 @@
Name="VCCLCompilerTool"
Optimization="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
DebugInformationFormat="3"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="3"
PreprocessorDefinitions="_DEBUG;WIN32"
@@ -365,7 +365,7 @@
Name="VCCLCompilerTool"
Optimization="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
DebugInformationFormat="3"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="1"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"