diff options
Diffstat (limited to 'windows_vnet/test/vfd/vfd.vcproj')
-rw-r--r-- | windows_vnet/test/vfd/vfd.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows_vnet/test/vfd/vfd.vcproj b/windows_vnet/test/vfd/vfd.vcproj index 8ed82a8..31b7e72 100644 --- a/windows_vnet/test/vfd/vfd.vcproj +++ b/windows_vnet/test/vfd/vfd.vcproj @@ -42,7 +42,7 @@ OutputFile=".\../../../test/vfd/Debug/vfd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/vfd/Debug/vfd.pdb"
@@ -106,7 +106,7 @@ OutputFile=".\../../../test/vfd/release/vfd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/vfd/release/vfd.pdb"
SubSystem="1"
|