Skip to content

Commit cba94fe

Browse files
author
Daniel Marjamäki
committed
Restructuring: Updated the Visual Studio project files. They are now generated by qmake
1 parent 0682db4 commit cba94fe

10 files changed

Lines changed: 514 additions & 853 deletions

File tree

cli/cli.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ HEADERS += cppcheckexecutor.cpp \
1717
win32 {
1818
CONFIG += embed_manifest_exe console
1919
RC_FILE = cppcheck.rc
20-
HEADERS += ../lib/resource.h
20+
HEADERS += resource.h
2121
LIBS += -lshlwapi
2222
}
2323

cli/cppcheck.vcproj

Lines changed: 232 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,232 @@
1+
<?xml version="1.0" encoding = "Windows-1252"?>
2+
<VisualStudioProject
3+
ProjectType="Visual C++"
4+
Version="9,00"
5+
Name="cppcheck"
6+
ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
7+
Keyword="Qt4VSv1.0">
8+
<Platforms>
9+
<Platform
10+
Name="Win32"/>
11+
</Platforms>
12+
<Configurations>
13+
<Configuration
14+
Name="Debug|Win32"
15+
OutputDirectory="."
16+
ATLMinimizesCRunTimeLibraryUsage="false"
17+
ConfigurationType="1"
18+
IntermediateDirectory="temp\"
19+
UseOfMfc="0">
20+
<Tool
21+
Name="VCCLCompilerTool"
22+
AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\lib&quot;,&quot;.&quot;,..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
23+
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
24+
AssemblerListingLocation="temp\"
25+
BufferSecurityCheck="false"
26+
DebugInformationFormat="3"
27+
ExceptionHandling="1"
28+
GeneratePreprocessedFile="0"
29+
ObjectFile="temp\"
30+
Optimization ="4"
31+
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT"
32+
ProgramDataBaseFileName=".\"
33+
RuntimeLibrary="3"
34+
RuntimeTypeInfo="true"
35+
SuppressStartupBanner="true"
36+
TreatWChar_tAsBuiltInType="false"
37+
WarningLevel="4"/>
38+
<Tool
39+
Name="VCCustomBuildTool"/>
40+
<Tool
41+
Name="VCLinkerTool"
42+
AdditionalDependencies="shlwapi.lib"
43+
GenerateDebugInformation="true"
44+
IgnoreImportLibrary="true"
45+
LinkTimeCodeGeneration="0"
46+
OutputFile="debug\cppcheck.exe"
47+
ProgramDatabaseFile=""
48+
SubSystem="1"
49+
SuppressStartupBanner="true"/>
50+
<Tool
51+
Name="VCMIDLTool"
52+
DefaultCharType="0"
53+
EnableErrorChecks="1"
54+
WarningLevel="0"/>
55+
<Tool
56+
Name="VCPostBuildEventTool"/>
57+
<Tool
58+
Name="VCPreBuildEventTool"/>
59+
<Tool
60+
Name="VCPreLinkEventTool"/>
61+
<Tool
62+
Name="VCResourceCompilerTool"
63+
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_DEBUG"/>
64+
</Configuration>
65+
<Configuration
66+
Name="Release|Win32"
67+
OutputDirectory="."
68+
ATLMinimizesCRunTimeLibraryUsage="false"
69+
ConfigurationType="1"
70+
IntermediateDirectory="temp\"
71+
UseOfMfc="0"
72+
WholeProgramOptimization="true">
73+
<Tool
74+
Name="VCCLCompilerTool"
75+
AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\lib&quot;,&quot;.&quot;,..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
76+
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
77+
AssemblerListingLocation="temp\"
78+
BufferSecurityCheck="false"
79+
DebugInformationFormat="0"
80+
ExceptionHandling="1"
81+
GeneratePreprocessedFile="0"
82+
ObjectFile="temp\"
83+
Optimization ="2"
84+
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
85+
ProgramDataBaseFileName=".\"
86+
RuntimeLibrary="2"
87+
RuntimeTypeInfo="true"
88+
SuppressStartupBanner="true"
89+
TreatWChar_tAsBuiltInType="false"
90+
WarningLevel="4"
91+
WholeProgramOptimization="true"/>
92+
<Tool
93+
Name="VCCustomBuildTool"/>
94+
<Tool
95+
Name="VCLinkerTool"
96+
AdditionalDependencies="shlwapi.lib"
97+
GenerateDebugInformation="false"
98+
IgnoreImportLibrary="true"
99+
LinkIncremental="1"
100+
LinkTimeCodeGeneration="1"
101+
OutputFile="release\cppcheck.exe"
102+
ProgramDatabaseFile=""
103+
SubSystem="1"
104+
SuppressStartupBanner="true"/>
105+
<Tool
106+
Name="VCMIDLTool"
107+
DefaultCharType="0"
108+
EnableErrorChecks="1"
109+
WarningLevel="0"/>
110+
<Tool
111+
Name="VCPostBuildEventTool"/>
112+
<Tool
113+
Name="VCPreBuildEventTool"/>
114+
<Tool
115+
Name="VCPreLinkEventTool"/>
116+
<Tool
117+
Name="VCResourceCompilerTool"
118+
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT"/>
119+
</Configuration>
120+
</Configurations>
121+
<Files>
122+
<Filter
123+
Name="Source Files"
124+
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
125+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
126+
<File
127+
RelativePath="..\lib\checkautovariables.cpp"/>
128+
<File
129+
RelativePath="..\lib\checkbufferoverrun.cpp"/>
130+
<File
131+
RelativePath="..\lib\checkclass.cpp"/>
132+
<File
133+
RelativePath="..\lib\checkdangerousfunctions.cpp"/>
134+
<File
135+
RelativePath="..\lib\checkexceptionsafety.cpp"/>
136+
<File
137+
RelativePath="..\lib\checkheaders.cpp"/>
138+
<File
139+
RelativePath="..\lib\checkmemoryleak.cpp"/>
140+
<File
141+
RelativePath="..\lib\checkother.cpp"/>
142+
<File
143+
RelativePath="..\lib\checkstl.cpp"/>
144+
<File
145+
RelativePath="..\lib\checkunusedfunctions.cpp"/>
146+
<File
147+
RelativePath="..\lib\cppcheck.cpp"/>
148+
<File
149+
RelativePath="cppcheckexecutor.cpp"/>
150+
<File
151+
RelativePath="..\lib\errorlogger.cpp"/>
152+
<File
153+
RelativePath="..\lib\filelister.cpp"/>
154+
<File
155+
RelativePath="main.cpp"/>
156+
<File
157+
RelativePath="..\lib\mathlib.cpp"/>
158+
<File
159+
RelativePath="..\lib\preprocessor.cpp"/>
160+
<File
161+
RelativePath="..\lib\settings.cpp"/>
162+
<File
163+
RelativePath="threadexecutor.cpp"/>
164+
<File
165+
RelativePath="..\lib\token.cpp"/>
166+
<File
167+
RelativePath="..\lib\tokenize.cpp"/>
168+
</Filter>
169+
<Filter
170+
Name="Header Files"
171+
Filter="h;hpp;hxx;hm;inl;inc;xsd"
172+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
173+
<File
174+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\check.h"/>
175+
<File
176+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkautovariables.h"/>
177+
<File
178+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkbufferoverrun.h"/>
179+
<File
180+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkclass.h"/>
181+
<File
182+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkdangerousfunctions.h"/>
183+
<File
184+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkexceptionsafety.h"/>
185+
<File
186+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkheaders.h"/>
187+
<File
188+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkmemoryleak.h"/>
189+
<File
190+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkother.h"/>
191+
<File
192+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkstl.h"/>
193+
<File
194+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkunusedfunctions.h"/>
195+
<File
196+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\classinfo.h"/>
197+
<File
198+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\cppcheck.h"/>
199+
<File
200+
RelativePath="cppcheckexecutor.cpp"/>
201+
<File
202+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\errorlogger.h"/>
203+
<File
204+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\filelister.h"/>
205+
<File
206+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\mathlib.h"/>
207+
<File
208+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\preprocessor.h"/>
209+
<File
210+
RelativePath="resource.h"/>
211+
<File
212+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\settings.h"/>
213+
<File
214+
RelativePath="threadexecutor.cpp"/>
215+
<File
216+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\token.h"/>
217+
<File
218+
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\tokenize.h"/>
219+
</Filter>
220+
<Filter
221+
Name="Generated Files"
222+
Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
223+
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}">
224+
<File
225+
RelativePath="temp\cppcheck.res"/>
226+
</Filter>
227+
<File
228+
RelativePath="cppcheck.rc"/>
229+
</Files>
230+
<Globals>
231+
</Globals>
232+
</VisualStudioProject>
File renamed without changes.

cppcheck.sln

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 10.00
32
# Visual C++ Express 2008
4-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cppcheck.vcproj", "{ECA5D746-4926-48BA-A372-FC888498531F}"
3+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cli\cppcheck.vcproj", "{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
4+
EndProject
5+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{BA98E531-D8B3-39CB-8171-064854404B81}"
6+
EndProject
7+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gui", "gui\gui.vcproj", "{90DD0565-D4DF-3B1A-A053-7947FB35F90D}"
58
EndProject
69
Global
710
GlobalSection(SolutionConfigurationPlatforms) = preSolution
811
Debug|Win32 = Debug|Win32
912
Release|Win32 = Release|Win32
1013
EndGlobalSection
1114
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{ECA5D746-4926-48BA-A372-FC888498531F}.Debug|Win32.ActiveCfg = Debug|Win32
13-
{ECA5D746-4926-48BA-A372-FC888498531F}.Debug|Win32.Build.0 = Debug|Win32
14-
{ECA5D746-4926-48BA-A372-FC888498531F}.Release|Win32.ActiveCfg = Release|Win32
15-
{ECA5D746-4926-48BA-A372-FC888498531F}.Release|Win32.Build.0 = Release|Win32
15+
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Debug|Win32.ActiveCfg = Debug|Win32
16+
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Debug|Win32.Build.0 = Debug|Win32
17+
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Release|Win32.ActiveCfg = Release|Win32
18+
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Release|Win32.Build.0 = Release|Win32
19+
{BA98E531-D8B3-39CB-8171-064854404B81}.Debug|Win32.ActiveCfg = Debug|Win32
20+
{BA98E531-D8B3-39CB-8171-064854404B81}.Debug|Win32.Build.0 = Debug|Win32
21+
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.ActiveCfg = Release|Win32
22+
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.Build.0 = Release|Win32
23+
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Debug|Win32.ActiveCfg = Debug|Win32
24+
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Debug|Win32.Build.0 = Debug|Win32
25+
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Release|Win32.ActiveCfg = Release|Win32
26+
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Release|Win32.Build.0 = Release|Win32
1627
EndGlobalSection
1728
GlobalSection(SolutionProperties) = preSolution
1829
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)