diff options
Diffstat (limited to 'windows/test/fheap/fheap.vcproj')
-rw-r--r-- | windows/test/fheap/fheap.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/fheap/fheap.vcproj b/windows/test/fheap/fheap.vcproj index 5ddc9c2..3234940 100644 --- a/windows/test/fheap/fheap.vcproj +++ b/windows/test/fheap/fheap.vcproj @@ -79,7 +79,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/fheap/Release/fheap.pdb"
SubSystem="1"
TargetMachine="1"
@@ -172,7 +172,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/fheap/Release/fheap.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/fheap/Debug/fheap.pdb"
SubSystem="1"
@@ -356,7 +356,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/fheap/Debug/fheap.pdb"
SubSystem="1"
|