summaryrefslogtreecommitdiffstats
path: root/windows_vnet/c++
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_vnet/c++
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_vnet/c++')
-rw-r--r--windows_vnet/c++/examples/chunkstest/chunkstest.vcproj4
-rw-r--r--windows_vnet/c++/examples/compoundtest/compoundtest.vcproj4
-rw-r--r--windows_vnet/c++/examples/createtest/createtest.vcproj4
-rw-r--r--windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj4
-rw-r--r--windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj4
-rw-r--r--windows_vnet/c++/examples/readdatatest/readdatatest.vcproj4
-rw-r--r--windows_vnet/c++/examples/writedatatest/writedatatest.vcproj4
-rw-r--r--windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj4
-rw-r--r--windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj4
9 files changed, 18 insertions, 18 deletions
diff --git a/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj b/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj
index cdaae91..83ed76e 100644
--- a/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj
+++ b/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Debug/chunkstest.pdb"
SubSystem="1"
diff --git a/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj b/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj
index 5f46551..0119a5d 100644
--- a/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj
+++ b/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/compoundtest/Release/compoundtest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/compoundtest/Debug/compoundtest.pdb"
SubSystem="1"
diff --git a/windows_vnet/c++/examples/createtest/createtest.vcproj b/windows_vnet/c++/examples/createtest/createtest.vcproj
index 8832d78..1cf4ae5 100644
--- a/windows_vnet/c++/examples/createtest/createtest.vcproj
+++ b/windows_vnet/c++/examples/createtest/createtest.vcproj
@@ -43,7 +43,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/createtest/Debug/createtest.pdb"
SubSystem="1"
@@ -107,7 +107,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/createtest/Release/createtest.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj b/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj
index ecf1879..76d790e 100644
--- a/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj
+++ b/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/extend_dstest/Release/extend_dstest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/extend_dstest/Debug/extend_dstest.pdb"
SubSystem="1"
diff --git a/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj b/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj
index af56199..e391a05 100644
--- a/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj
+++ b/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/h5grouptest/Release/h5grouptest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/h5grouptest/Debug/h5grouptest.pdb"
SubSystem="1"
diff --git a/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj b/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj
index ce636e1..8466fbb 100644
--- a/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj
+++ b/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj
@@ -43,7 +43,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/readdatatest/Debug/readdatatest.pdb"
SubSystem="1"
@@ -107,7 +107,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/readdatatest/Release/readdatatest.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj b/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj
index f541b9a..44a4a3c 100644
--- a/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj
+++ b/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/writedatatest/Release/writedatatest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/writedatatest/Debug/writedatatest.pdb"
SubSystem="1"
diff --git a/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj b/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj
index 588dbba..a946b7e 100644
--- a/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj
+++ b/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj
@@ -42,7 +42,7 @@
OutputFile="../../../../c++/test/dsets_cpp/Debug/dsets_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../test/dsets_cpp/Debug/dsets_cpp.pdb"
@@ -106,7 +106,7 @@
OutputFile="../../../../c++/test/dsets_cpp/Release/dsets_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../../test/dsets_cpp/Release/dsets_cpp.pdb"
SubSystem="1"
diff --git a/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj b/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
index 0022809..f4696b9 100644
--- a/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
+++ b/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../../c++/test/testhdf5_cpp/Release/testhdf5_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Release/testhdf5_cpp.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../../c++/test/testhdf5_cpp/Debug/testhdf5_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Debug/testhdf5_cpp.pdb"