diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-01-16 14:53:28 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-01-16 14:53:28 (GMT) |
commit | 5382d51033772833b1d32edc4b4a648576cbf0ee (patch) | |
tree | f905dcf40f5be8d7e216efceecc9fcd7de5611f2 | |
parent | 104514e991090c304186ae2c220e016f1a297972 (diff) | |
download | hdf5-5382d51033772833b1d32edc4b4a648576cbf0ee.zip hdf5-5382d51033772833b1d32edc4b4a648576cbf0ee.tar.gz hdf5-5382d51033772833b1d32edc4b4a648576cbf0ee.tar.bz2 |
[svn-r14436] Purpose: Fix minor bug in VS.NET project file
Description:
It seems that during the conversion, one project (h52gifdll) began using the wrong Runtime-library settings. This was causing Link errors for only the Release DLL build. This has been fixed now.
Tested:
VS.NET on WinXP
-rw-r--r-- | windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj b/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj index 99e6f99..5f9a402 100644 --- a/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj +++ b/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj @@ -25,7 +25,7 @@ AdditionalIncludeDirectories="..\..\..\..\src,..\..\..\..\tools\lib,..\..\..\..\hl\src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_HDF5USEDLL_"
StringPooling="TRUE"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\..\..\..\..\hl\tools\gifconvdll\h52gifdll\Release/h52gifdll.pch"
|