diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-11-19 17:59:53 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-11-19 17:59:53 (GMT) |
commit | 27e823f08b9c3dfa303ea9bdee9244cb493b5ae6 (patch) | |
tree | ba1fd325283cbda6b9ecbb181a99f025e8b2b72e /windows/hl | |
parent | d3507c4a5aaf7709e7794ceb6a54912ad123a6e0 (diff) | |
download | hdf5-27e823f08b9c3dfa303ea9bdee9244cb493b5ae6.zip hdf5-27e823f08b9c3dfa303ea9bdee9244cb493b5ae6.tar.gz hdf5-27e823f08b9c3dfa303ea9bdee9244cb493b5ae6.tar.bz2 |
[svn-r14265] Purpose: Bring Windows test scripts up to date for h5diff changes.
Description:
Recently, the format of parameters for h5diff was changed. This checkin makes the neccessary changes for Windows to also bring it up to date.
Tested:
VS6 on WinXP
Diffstat (limited to 'windows/hl')
-rw-r--r-- | windows/hl/tools/gifconvdll/h52gifdll.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/hl/tools/gifconvdll/h52gifdll.vcproj b/windows/hl/tools/gifconvdll/h52gifdll.vcproj index 1737f23..ca902e9 100644 --- a/windows/hl/tools/gifconvdll/h52gifdll.vcproj +++ b/windows/hl/tools/gifconvdll/h52gifdll.vcproj @@ -50,7 +50,7 @@ AdditionalIncludeDirectories="..\..\..\..\src,..\..\..\..\tools\lib,..\..\..\..\hl\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\..\hl\tools\gifconvdll\h52gifdll\Release/h52gifdll.pch"
@@ -141,7 +141,7 @@ AdditionalIncludeDirectories="..\..\..\..\src,..\..\..\..\tools\lib,..\..\..\..\hl\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\..\..\hl\tools\gifconvdll\h52gifdll\Release/h52gifdll.pch"
|