diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-03-18 20:18:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-03-18 20:18:08 (GMT) |
commit | 7370d9d648f58f599340055d7a1f58592acc1b6a (patch) | |
tree | 47a584265f873e8c5ff4e4cd952db82bec11953d /windows/proj/hdf5 | |
parent | a60882019308257ff1da09196f0d3b9129e70346 (diff) | |
download | hdf5-7370d9d648f58f599340055d7a1f58592acc1b6a.zip hdf5-7370d9d648f58f599340055d7a1f58592acc1b6a.tar.gz hdf5-7370d9d648f58f599340055d7a1f58592acc1b6a.tar.bz2 |
[svn-r18423] Add windows define BIND_TO_CURRENT_VCLIBS_VERSION=1 to project files
Diffstat (limited to 'windows/proj/hdf5')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 2f4720d..22e4a99 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -44,7 +44,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_WINDOWS"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\proj\hdf5\Debug/hdf5.pch"
@@ -115,7 +115,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_WINDOWS"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\proj\hdf5\Debug/hdf5.pch"
@@ -186,7 +186,7 @@ Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
@@ -258,7 +258,7 @@ Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
|