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