summaryrefslogtreecommitdiffstats
path: root/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-29 17:45:36 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-29 17:45:36 (GMT)
commit15024258cba9a3fd4eb2aa37e116467776a5e5b7 (patch)
tree2898c7e334c482e899be93bda78ba5a2ff74e801 /windows/tools/testfiles/h5repacktst/h5repacktst.vcproj
parent64b2c94612a93f056202a73811e03ae878dba443 (diff)
downloadhdf5-15024258cba9a3fd4eb2aa37e116467776a5e5b7.zip
hdf5-15024258cba9a3fd4eb2aa37e116467776a5e5b7.tar.gz
hdf5-15024258cba9a3fd4eb2aa37e116467776a5e5b7.tar.bz2
[svn-r15093] Purpose: Cleanup Windows project files-- remove ignored system library
Description: In many of our project files on Windows, we have our linker setting set to ignore old link libraries-- either libc.lib or libcd.lib. This is a relic from converting project files from old versions of Visual Studio to newer ones, and is unnecessary. Per a user's suggestion, we remove the ignored library from the project files. This actually makes no difference in the output binaries. Tested: VS2005 on WinXP VS.NET on WinXP
Diffstat (limited to 'windows/tools/testfiles/h5repacktst/h5repacktst.vcproj')
-rw-r--r--windows/tools/testfiles/h5repacktst/h5repacktst.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj
index abedb7c..7c8a757 100644
--- a/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj
+++ b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj
@@ -79,7 +79,7 @@
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.pdb"
SubSystem="1"
@@ -173,7 +173,7 @@
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.pdb"
SubSystem="1"