summaryrefslogtreecommitdiffstats
path: root/windows/proj
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-09-11 20:44:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-09-11 20:44:41 (GMT)
commit885e92cba8566759e79794fec88376f3ca2bf223 (patch)
treea4b6e3c32b7e96ae23320fbafd2a28ce7b847345 /windows/proj
parentaeec66cf49482b75deb23017e19f0daff1d76894 (diff)
downloadhdf5-885e92cba8566759e79794fec88376f3ca2bf223.zip
hdf5-885e92cba8566759e79794fec88376f3ca2bf223.tar.gz
hdf5-885e92cba8566759e79794fec88376f3ca2bf223.tar.bz2
[svn-r17468] Corrected use of _Debug preprocessor value in release configurations of hdf5_f90cstubdll.vcproj
Removed extraneous configurations attached to files in libtest project files. Corrected examples project file's debug configuration.
Diffstat (limited to 'windows/proj')
-rw-r--r--windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj b/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj
index c716bf5..9d7e816 100644
--- a/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj
+++ b/windows/proj/hdf5_f90cstubdll/hdf5_f90cstubdll.vcproj
@@ -51,7 +51,7 @@
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_HDF5USEDLL_;HDF5FORT_CSTUB_DLL_EXPORTS"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_HDF5USEDLL_;HDF5FORT_CSTUB_DLL_EXPORTS"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -145,7 +145,7 @@
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\src"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_HDF5USEDLL_;HDF5FORT_CSTUB_DLL_EXPORTS"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_HDF5USEDLL_;HDF5FORT_CSTUB_DLL_EXPORTS"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"