[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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user