summaryrefslogtreecommitdiffstats
path: root/windows/tools/h5copy
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-03-19 18:18:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-03-19 18:18:58 (GMT)
commit076898d7dd3eba1f211ac9a4fc474190a4bf0564 (patch)
tree266c98e5108139c77f7967e19e83ee097500f425 /windows/tools/h5copy
parent4c4c54f4b2a4c4b123cbe1f1fb08844d59581b07 (diff)
downloadhdf5-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/h5copy')
-rw-r--r--windows/tools/h5copy/h5copy.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/tools/h5copy/h5copy.vcproj b/windows/tools/h5copy/h5copy.vcproj
index 3e5c9db..ac0091c 100644
--- a/windows/tools/h5copy/h5copy.vcproj
+++ b/windows/tools/h5copy/h5copy.vcproj
@@ -51,7 +51,7 @@
AdditionalIncludeDirectories="..\..\..\src,..\..\..\tools\lib"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../tools/h5copy/Debug/h5copy.pch"
AssemblerListingLocation=".\../../../tools/h5copy/Debug/"
@@ -143,7 +143,7 @@
AdditionalIncludeDirectories="..\..\..\src,..\..\..\tools\lib"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../tools/h5copy/Debug/h5copy.pch"
AssemblerListingLocation=".\../../../tools/h5copy/Debug/"
@@ -235,7 +235,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/h5copy/Release/h5copy.pch"
@@ -327,7 +327,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/h5copy/Release/h5copy.pch"