diff options
Diffstat (limited to 'windows/test/pool')
-rw-r--r-- | windows/test/pool/pool.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/pool/pool.vcproj b/windows/test/pool/pool.vcproj index 9af229b..7330838 100644 --- a/windows/test/pool/pool.vcproj +++ b/windows/test/pool/pool.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/pool/Release/pool.pdb"
SubSystem="1"
TargetMachine="1"
@@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/pool/Release/pool.pdb"
SubSystem="1"
TargetMachine="17"
@@ -263,7 +263,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/pool/Debug/pool.pdb"
SubSystem="1"
@@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/pool/Debug/pool.pdb"
SubSystem="1"
|