[svn-r22093] HDFFV-7931: timezone issue

Runtime library setting should be to DLL versions for static.

Tested: windows
This commit is contained in:
Allen Byrne
2012-03-19 13:18:58 -05:00
parent 4c4c54f4b2
commit 076898d7dd
158 changed files with 632 additions and 632 deletions

View File

@@ -51,7 +51,7 @@
InlineFunctionExpansion="1"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
RuntimeLibrary="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../../tools/testfiles/binread/Release/binread.pch"
@@ -139,7 +139,7 @@
InlineFunctionExpansion="1"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
RuntimeLibrary="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../../tools/testfiles/binread/Release/binread.pch"
@@ -225,7 +225,7 @@
Optimization="0"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../../tools/testfiles/binread/Debug/binread.pch"
AssemblerListingLocation=".\../../../../tools/testfiles/binread/Debug/"
@@ -313,7 +313,7 @@
Optimization="0"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../../tools/testfiles/binread/Debug/binread.pch"
AssemblerListingLocation=".\../../../../tools/testfiles/binread/Debug/"