summaryrefslogtreecommitdiffstats
path: root/windows/test/app_refdll
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-03-19 14:48:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-03-19 14:48:49 (GMT)
commitefb94f8949dae9c65a0a772d61eca6eac09749c3 (patch)
tree80ccc217ad6a1f211d4593b8dbc9bb204b9eee1e /windows/test/app_refdll
parent8c9b42fcf3d5077414e860e701d53bf61d0d99cd (diff)
downloadhdf5-efb94f8949dae9c65a0a772d61eca6eac09749c3.zip
hdf5-efb94f8949dae9c65a0a772d61eca6eac09749c3.tar.gz
hdf5-efb94f8949dae9c65a0a772d61eca6eac09749c3.tar.bz2
[svn-r18430] Add windows define BIND_TO_CURRENT_VCLIBS_VERSION=1 to project files.
Corrected copy H5srcdir_str.h commands in script. Added libsettings project to behave like h5tinit.vcproj.
Diffstat (limited to 'windows/test/app_refdll')
-rw-r--r--windows/test/app_refdll/app_refdll.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/app_refdll/app_refdll.vcproj b/windows/test/app_refdll/app_refdll.vcproj
index b3728c2..436722e 100644
--- a/windows/test/app_refdll/app_refdll.vcproj
+++ b/windows/test/app_refdll/app_refdll.vcproj
@@ -46,7 +46,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -124,7 +124,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -201,7 +201,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -279,7 +279,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
+ PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_;_HDF5TESTUSEDLL_"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"