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

View File

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