win32 projects: fixed warning level and build options

This commit is contained in:
goldsimon 2012-02-16 15:48:22 +01:00
parent 8eb51799aa
commit 2cb9d29591
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
WarningLevel="3"
WarningLevel="4"
SuppressStartupBanner="true"
CompileAs="0"
/>
@ -140,7 +140,7 @@
ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="3"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
@ -158,7 +158,7 @@
Name="VCLinkerTool"
AdditionalDependencies="Packet.lib wpcap.lib"
OutputFile=".\Debug/test.exe"
LinkIncremental="1"
LinkIncremental="2"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="$(PCAP_DIR)\Lib"
GenerateDebugInformation="true"

View File

@ -50,7 +50,7 @@
ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="3"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool