[svn-r22093] HDFFV-7931: timezone issue
Runtime library setting should be to DLL versions for static. Tested: windows
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user