diff options
Diffstat (limited to 'windows/test/lheap')
-rw-r--r-- | windows/test/lheap/lheap.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/lheap/lheap.vcproj b/windows/test/lheap/lheap.vcproj index 857afb2..1ecc92c 100644 --- a/windows/test/lheap/lheap.vcproj +++ b/windows/test/lheap/lheap.vcproj @@ -77,7 +77,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/lheap/Debug/lheap.pdb"
SubSystem="1"
@@ -169,7 +169,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/lheap/Debug/lheap.pdb"
SubSystem="1"
@@ -262,7 +262,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/lheap/Release/lheap.pdb"
SubSystem="1"
TargetMachine="1"
@@ -355,7 +355,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/lheap/Release/lheap.pdb"
SubSystem="1"
TargetMachine="17"
|