From d8dfc1fb3f07df5e58e9da6f5e54304e6e2009a9 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 24 Mar 2008 13:04:36 -0500 Subject: [svn-r14769] Purpose: Remove spurious szip link directory in h5repack debug project Description: As pointed out by a user, we added an un-needed link directory for szip which is machine-dependent and, in his case, problematic. We can safely remove this reference because we already include the szip link directory elsewhere. Tested: None, simply removed --- windows/tools/h5repack/h5repack.vcproj | 2 +- windows_vnet/tools/h5repack/h5repack.vcproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/tools/h5repack/h5repack.vcproj b/windows/tools/h5repack/h5repack.vcproj index 9896209..998cb15 100644 --- a/windows/tools/h5repack/h5repack.vcproj +++ b/windows/tools/h5repack/h5repack.vcproj @@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe" LinkIncremental="1" SuppressStartupBanner="true" - AdditionalLibraryDirectories="D:\szip\all\lib\Debug" + AdditionalLibraryDirectories="" IgnoreDefaultLibraryNames="libc.lib" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../tools/h5repack/Debug/h5repack.pdb" diff --git a/windows_vnet/tools/h5repack/h5repack.vcproj b/windows_vnet/tools/h5repack/h5repack.vcproj index 12522bb..60568b1 100644 --- a/windows_vnet/tools/h5repack/h5repack.vcproj +++ b/windows_vnet/tools/h5repack/h5repack.vcproj @@ -105,7 +105,7 @@ OutputFile=".\../../../tools/h5repack/Debug/h5repack.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="D:\szip\all\lib\Debug" + AdditionalLibraryDirectories="" IgnoreDefaultLibraryNames="libc.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\../../../tools/h5repack/Debug/h5repack.pdb" -- cgit v0.12