- cleaned up .vcproj files a bit
- raised the warning level in test.vcproj to 4 to match cppcheck.vcproj.
This commit is contained in:
parent
35d2a27b9c
commit
2271425dae
|
@ -45,21 +45,16 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
||||||
Optimization="4"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\lib"
|
AdditionalIncludeDirectories="..\lib"
|
||||||
PreprocessorDefinitions="_DEBUG;WIN32"
|
PreprocessorDefinitions="_DEBUG;WIN32"
|
||||||
GeneratePreprocessedFile="0"
|
MinimalRebuild="false"
|
||||||
ExceptionHandling="1"
|
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
TreatWChar_tAsBuiltInType="false"
|
TreatWChar_tAsBuiltInType="false"
|
||||||
RuntimeTypeInfo="true"
|
|
||||||
AssemblerListingLocation="$(IntDir)\"
|
AssemblerListingLocation="$(IntDir)\"
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="$(IntDir)\"
|
ProgramDataBaseFileName="$(IntDir)\"
|
||||||
XMLDocumentationFileName="$(IntDir)\"
|
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="true"
|
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -67,8 +62,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="WIN32,_DEBUG"
|
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||||
ResourceOutputFileName="$(IntDir)/$(InputName).res"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"
|
Name="VCPreLinkEventTool"
|
||||||
|
@ -78,11 +72,9 @@
|
||||||
IgnoreImportLibrary="true"
|
IgnoreImportLibrary="true"
|
||||||
AdditionalDependencies="shlwapi.lib"
|
AdditionalDependencies="shlwapi.lib"
|
||||||
OutputFile="$(OutDir)\cppcheck.exe"
|
OutputFile="$(OutDir)\cppcheck.exe"
|
||||||
SuppressStartupBanner="true"
|
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=""
|
ProgramDatabaseFile=""
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
LinkTimeCodeGeneration="0"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
@ -140,18 +132,12 @@
|
||||||
WholeProgramOptimization="true"
|
WholeProgramOptimization="true"
|
||||||
AdditionalIncludeDirectories="..\lib"
|
AdditionalIncludeDirectories="..\lib"
|
||||||
PreprocessorDefinitions="NDEBUG,WIN32"
|
PreprocessorDefinitions="NDEBUG,WIN32"
|
||||||
GeneratePreprocessedFile="0"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
TreatWChar_tAsBuiltInType="false"
|
TreatWChar_tAsBuiltInType="false"
|
||||||
RuntimeTypeInfo="true"
|
|
||||||
AssemblerListingLocation="$(IntDir)\"
|
AssemblerListingLocation="$(IntDir)\"
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="$(IntDir)\"
|
ProgramDataBaseFileName="$(IntDir)\"
|
||||||
XMLDocumentationFileName="$(IntDir)\"
|
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="true"
|
|
||||||
DebugInformationFormat="0"
|
DebugInformationFormat="0"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -166,15 +152,11 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
IgnoreImportLibrary="true"
|
|
||||||
AdditionalDependencies="shlwapi.lib"
|
AdditionalDependencies="shlwapi.lib"
|
||||||
OutputFile="$(OutDir)\cppcheck.exe"
|
OutputFile="$(OutDir)\cppcheck.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
|
||||||
GenerateDebugInformation="false"
|
|
||||||
ProgramDatabaseFile=""
|
ProgramDatabaseFile=""
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
LinkTimeCodeGeneration="1"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9.00"
|
Version="9,00"
|
||||||
Name="test"
|
Name="test"
|
||||||
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
|
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
|
||||||
Keyword="Qt4VSv1.0"
|
Keyword="Qt4VSv1.0"
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
||||||
Optimization="4"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\lib"
|
AdditionalIncludeDirectories="..\lib"
|
||||||
PreprocessorDefinitions="_DEBUG,WIN32,UNIT_TESTING"
|
PreprocessorDefinitions="_DEBUG,WIN32,UNIT_TESTING"
|
||||||
GeneratePreprocessedFile="0"
|
GeneratePreprocessedFile="0"
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
ObjectFile="$(IntDir)\"
|
ObjectFile="$(IntDir)\"
|
||||||
ProgramDataBaseFileName="$(IntDir)\"
|
ProgramDataBaseFileName="$(IntDir)\"
|
||||||
XMLDocumentationFileName="$(IntDir)\"
|
XMLDocumentationFileName="$(IntDir)\"
|
||||||
WarningLevel="3"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue