Skip to content

Commit bffc097

Browse files
committed
Moved shared files to seperate lib project
1 parent 2271425 commit bffc097

4 files changed

Lines changed: 347 additions & 337 deletions

File tree

cli/cppcheck.vcproj

Lines changed: 0 additions & 168 deletions
Original file line numberDiff line numberDiff line change
@@ -190,196 +190,28 @@
190190
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
191191
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
192192
>
193-
<File
194-
RelativePath="..\lib\checkautovariables.cpp"
195-
>
196-
</File>
197-
<File
198-
RelativePath="..\lib\checkbufferoverrun.cpp"
199-
>
200-
</File>
201-
<File
202-
RelativePath="..\lib\checkclass.cpp"
203-
>
204-
</File>
205-
<File
206-
RelativePath="..\lib\checkdangerousfunctions.cpp"
207-
>
208-
</File>
209-
<File
210-
RelativePath="..\lib\checkexceptionsafety.cpp"
211-
>
212-
</File>
213-
<File
214-
RelativePath="..\lib\checkheaders.cpp"
215-
>
216-
</File>
217-
<File
218-
RelativePath="..\lib\checkmemoryleak.cpp"
219-
>
220-
</File>
221-
<File
222-
RelativePath="..\lib\checkother.cpp"
223-
>
224-
</File>
225-
<File
226-
RelativePath="..\lib\checkstl.cpp"
227-
>
228-
</File>
229-
<File
230-
RelativePath="..\lib\checkunusedfunctions.cpp"
231-
>
232-
</File>
233-
<File
234-
RelativePath="..\lib\cppcheck.cpp"
235-
>
236-
</File>
237193
<File
238194
RelativePath="cppcheckexecutor.cpp"
239195
>
240196
</File>
241-
<File
242-
RelativePath="..\lib\errorlogger.cpp"
243-
>
244-
</File>
245-
<File
246-
RelativePath="..\lib\executionpath.cpp"
247-
>
248-
</File>
249-
<File
250-
RelativePath="..\lib\filelister.cpp"
251-
>
252-
</File>
253-
<File
254-
RelativePath="..\lib\filelister_win32.cpp"
255-
>
256-
</File>
257197
<File
258198
RelativePath="main.cpp"
259199
>
260200
</File>
261-
<File
262-
RelativePath="..\lib\mathlib.cpp"
263-
>
264-
</File>
265-
<File
266-
RelativePath="..\lib\preprocessor.cpp"
267-
>
268-
</File>
269-
<File
270-
RelativePath="..\lib\settings.cpp"
271-
>
272-
</File>
273201
<File
274202
RelativePath="threadexecutor.cpp"
275203
>
276204
</File>
277-
<File
278-
RelativePath="..\lib\token.cpp"
279-
>
280-
</File>
281-
<File
282-
RelativePath="..\lib\tokenize.cpp"
283-
>
284-
</File>
285205
</Filter>
286206
<Filter
287207
Name="Header Files"
288208
Filter="h;hpp;hxx;hm;inl;inc;xsd"
289209
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
290210
>
291-
<File
292-
RelativePath="..\lib\check.h"
293-
>
294-
</File>
295-
<File
296-
RelativePath="..\lib\checkautovariables.h"
297-
>
298-
</File>
299-
<File
300-
RelativePath="..\lib\checkbufferoverrun.h"
301-
>
302-
</File>
303-
<File
304-
RelativePath="..\lib\checkclass.h"
305-
>
306-
</File>
307-
<File
308-
RelativePath="..\lib\checkdangerousfunctions.h"
309-
>
310-
</File>
311-
<File
312-
RelativePath="..\lib\checkexceptionsafety.h"
313-
>
314-
</File>
315-
<File
316-
RelativePath="..\lib\checkheaders.h"
317-
>
318-
</File>
319-
<File
320-
RelativePath="..\lib\checkmemoryleak.h"
321-
>
322-
</File>
323-
<File
324-
RelativePath="..\lib\checkother.h"
325-
>
326-
</File>
327-
<File
328-
RelativePath="..\lib\checkstl.h"
329-
>
330-
</File>
331-
<File
332-
RelativePath="..\lib\checkunusedfunctions.h"
333-
>
334-
</File>
335-
<File
336-
RelativePath="..\lib\classinfo.h"
337-
>
338-
</File>
339-
<File
340-
RelativePath="..\lib\cppcheck.h"
341-
>
342-
</File>
343-
<File
344-
RelativePath="..\lib\errorlogger.h"
345-
>
346-
</File>
347-
<File
348-
RelativePath="..\lib\executionpath.h"
349-
>
350-
</File>
351-
<File
352-
RelativePath="..\lib\filelister.h"
353-
>
354-
</File>
355-
<File
356-
RelativePath="..\lib\filelister_win32.h"
357-
>
358-
</File>
359-
<File
360-
RelativePath="..\lib\mathlib.h"
361-
>
362-
</File>
363-
<File
364-
RelativePath="..\lib\preprocessor.h"
365-
>
366-
</File>
367211
<File
368212
RelativePath="resource.h"
369213
>
370214
</File>
371-
<File
372-
RelativePath="..\lib\settings.h"
373-
>
374-
</File>
375-
<File
376-
RelativePath="..\lib\token.h"
377-
>
378-
</File>
379-
<File
380-
RelativePath="..\lib\tokenize.h"
381-
>
382-
</File>
383215
</Filter>
384216
<File
385217
RelativePath="cppcheck.rc"

cppcheck.sln

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
Microsoft Visual Studio Solution File, Format Version 10.00
2-
# Visual C++ Express 2008
2+
# Visual Studio 2008
33
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cli\cppcheck.vcproj", "{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
4+
ProjectSection(ProjectDependencies) = postProject
5+
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F} = {ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}
6+
EndProjectSection
47
EndProject
58
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{BA98E531-D8B3-39CB-8171-064854404B81}"
9+
ProjectSection(ProjectDependencies) = postProject
10+
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F} = {ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}
11+
EndProjectSection
12+
EndProject
13+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib", "lib\lib.vcproj", "{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}"
614
EndProject
715
Global
816
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -18,6 +26,10 @@ Global
1826
{BA98E531-D8B3-39CB-8171-064854404B81}.Debug|Win32.Build.0 = Debug|Win32
1927
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.ActiveCfg = Release|Win32
2028
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.Build.0 = Release|Win32
29+
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Debug|Win32.ActiveCfg = Debug|Win32
30+
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Debug|Win32.Build.0 = Debug|Win32
31+
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Release|Win32.ActiveCfg = Release|Win32
32+
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Release|Win32.Build.0 = Release|Win32
2133
EndGlobalSection
2234
GlobalSection(SolutionProperties) = preSolution
2335
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)