From 5382d51033772833b1d32edc4b4a648576cbf0ee Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Wed, 16 Jan 2008 09:53:28 -0500 Subject: [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 --- windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12