diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-03-24 18:03:13 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-03-24 18:03:13 (GMT) |
commit | 3e3da02733a59f3b0258165f5bcd7cf39017ef19 (patch) | |
tree | c31911dc76f3b5a9778a21e20a18d3ab821b99e5 /windows_vnet/tools | |
parent | 18646cdfc66d89650a0689b5ca53847f913003d3 (diff) | |
download | hdf5-3e3da02733a59f3b0258165f5bcd7cf39017ef19.zip hdf5-3e3da02733a59f3b0258165f5bcd7cf39017ef19.tar.gz hdf5-3e3da02733a59f3b0258165f5bcd7cf39017ef19.tar.bz2 |
[svn-r14768] 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
Diffstat (limited to 'windows_vnet/tools')
-rw-r--r-- | windows_vnet/tools/h5repack/h5repack.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|