diff options
Diffstat (limited to 'windows/test/cache/cache.vcproj')
-rw-r--r-- | windows/test/cache/cache.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/cache/cache.vcproj b/windows/test/cache/cache.vcproj index d323ed3..afe1525 100644 --- a/windows/test/cache/cache.vcproj +++ b/windows/test/cache/cache.vcproj @@ -78,7 +78,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/cache/Debug/cache.pdb"
SubSystem="1"
@@ -171,7 +171,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/cache/Debug/cache.pdb"
SubSystem="1"
@@ -264,7 +264,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/cache/Release/cache.pdb"
SubSystem="1"
TargetMachine="1"
@@ -357,7 +357,7 @@ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="0"
SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/cache/Release/cache.pdb"
SubSystem="1"
TargetMachine="17"
|