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

@@ -23,13 +23,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;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
OptimizeForProcessor="1"
@@ -52,7 +52,7 @@
LinkIncremental="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="FALSE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
OutputFile="..\..\ReleaseUserCollisionAlgorithm.exe"
SubSystem="1"
@@ -236,7 +236,7 @@
Name="VCCLCompilerTool"
Optimization="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
DebugInformationFormat="3"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="1"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
@@ -308,7 +308,7 @@
Name="VCCLCompilerTool"
Optimization="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
DebugInformationFormat="3"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="3"
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
@@ -377,7 +377,7 @@
Name="VCCLCompilerTool"
Optimization="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
DebugInformationFormat="3"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="1"
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"