[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
This commit is contained in:
Scott Wegner
2008-05-29 12:45:36 -05:00
parent 64b2c94612
commit 15024258cb
201 changed files with 1608 additions and 1608 deletions

View File

@@ -78,7 +78,7 @@
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/cache_api/Debug/cache_api.pdb"
SubSystem="1"
@@ -171,7 +171,7 @@
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/cache_api/Debug/cache_api.pdb"
SubSystem="1"
@@ -264,7 +264,7 @@
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libcd.lib"
IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/cache_api/Release/cache_api.pdb"
SubSystem="1"
TargetMachine="1"
@@ -357,7 +357,7 @@
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libcd.lib"
IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/cache_api/Release/cache_api.pdb"
SubSystem="1"
TargetMachine="17"