diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-19 18:18:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-19 18:18:58 (GMT) |
commit | 076898d7dd3eba1f211ac9a4fc474190a4bf0564 (patch) | |
tree | 266c98e5108139c77f7967e19e83ee097500f425 /windows/tools/h5ls | |
parent | 4c4c54f4b2a4c4b123cbe1f1fb08844d59581b07 (diff) | |
download | hdf5-076898d7dd3eba1f211ac9a4fc474190a4bf0564.zip hdf5-076898d7dd3eba1f211ac9a4fc474190a4bf0564.tar.gz hdf5-076898d7dd3eba1f211ac9a4fc474190a4bf0564.tar.bz2 |
[svn-r22093] HDFFV-7931: timezone issue
Runtime library setting should be to DLL versions for static.
Tested: windows
Diffstat (limited to 'windows/tools/h5ls')
-rw-r--r-- | windows/tools/h5ls/h5ls.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/tools/h5ls/h5ls.vcproj b/windows/tools/h5ls/h5ls.vcproj index e1001ef..9a9fa11 100644 --- a/windows/tools/h5ls/h5ls.vcproj +++ b/windows/tools/h5ls/h5ls.vcproj @@ -52,7 +52,7 @@ AdditionalIncludeDirectories="..\..\..\src,..\..\..\tools\lib"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../tools/h5ls/Release/h5ls.pch"
@@ -144,7 +144,7 @@ AdditionalIncludeDirectories="..\..\..\src,..\..\..\tools\lib"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../tools/h5ls/Release/h5ls.pch"
@@ -233,7 +233,7 @@ Optimization="0"
AdditionalIncludeDirectories="..\..\..\src,..\..\..\tools\lib"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../tools/h5ls/Debug/h5ls.pch"
AssemblerListingLocation=".\../../../tools/h5ls/Debug/"
@@ -324,7 +324,7 @@ Optimization="0"
AdditionalIncludeDirectories="..\..\..\src,..\..\..\tools\lib"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../tools/h5ls/Debug/h5ls.pch"
AssemblerListingLocation=".\../../../tools/h5ls/Debug/"
|