summaryrefslogtreecommitdiffstats
path: root/windows/proj/hdf5/hdf5.vcproj
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/proj/hdf5/hdf5.vcproj
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/proj/hdf5/hdf5.vcproj')
-rw-r--r--windows/proj/hdf5/hdf5.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj
index 5c67f42..4faad4a 100644
--- a/windows/proj/hdf5/hdf5.vcproj
+++ b/windows/proj/hdf5/hdf5.vcproj
@@ -46,7 +46,7 @@
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_WINDOWS"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\proj\hdf5\Debug/hdf5.pch"
AssemblerListingLocation=".\..\..\..\proj\hdf5\Debug/"
@@ -117,7 +117,7 @@
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_WINDOWS"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\proj\hdf5\Debug/hdf5.pch"
AssemblerListingLocation=".\..\..\..\proj\hdf5\Debug/"
@@ -189,7 +189,7 @@
InlineFunctionExpansion="1"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\proj\hdf5\Release/hdf5.pch"
@@ -261,7 +261,7 @@
InlineFunctionExpansion="1"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\proj\hdf5\Release/hdf5.pch"