Project files: Changed both targets to same file, using custom makefile
This commit is contained in:
parent
a26d44daf5
commit
578027f05f
38
cppcheck.cbp
38
cppcheck.cbp
|
@ -3,12 +3,22 @@
|
|||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="cppcheck" />
|
||||
<Option makefile_is_custom="1" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/cppcheck" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Target title="all">
|
||||
<Option output="cppcheck" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="/home/nobackup/cppcheck/.objs" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="test">
|
||||
<Option output="testrunner" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="/home/nobackup/cppcheck/.objs" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
|
@ -37,11 +47,30 @@
|
|||
<Unit filename="cppcheck.cpp" />
|
||||
<Unit filename="cppcheck.h" />
|
||||
<Unit filename="errorlogger.h" />
|
||||
<Unit filename="main.cpp" />
|
||||
<Unit filename="main.cpp">
|
||||
<Option target="all" />
|
||||
</Unit>
|
||||
<Unit filename="preprocessor.cpp" />
|
||||
<Unit filename="preprocessor.h" />
|
||||
<Unit filename="settings.cpp" />
|
||||
<Unit filename="settings.h" />
|
||||
<Unit filename="testbufferoverrun.cpp" />
|
||||
<Unit filename="testcharvar.cpp" />
|
||||
<Unit filename="testconstructors.cpp" />
|
||||
<Unit filename="testdivision.cpp" />
|
||||
<Unit filename="testfunctionusage.cpp" />
|
||||
<Unit filename="testincompletestatement.cpp" />
|
||||
<Unit filename="testmemleak.cpp" />
|
||||
<Unit filename="testpreprocessor.cpp" />
|
||||
<Unit filename="testrunner.cpp">
|
||||
<Option target="test" />
|
||||
</Unit>
|
||||
<Unit filename="testsimplifytokens.cpp" />
|
||||
<Unit filename="testsuite.cpp" />
|
||||
<Unit filename="testsuite.h" />
|
||||
<Unit filename="testtokenize.cpp" />
|
||||
<Unit filename="testunusedprivfunc.cpp" />
|
||||
<Unit filename="testunusedvar.cpp" />
|
||||
<Unit filename="token.cpp" />
|
||||
<Unit filename="token.h" />
|
||||
<Unit filename="tokenize.cpp" />
|
||||
|
@ -49,6 +78,7 @@
|
|||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
<envvars />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
|
|
|
@ -1,67 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="testrunner" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="./testrunner" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="./" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
</Compiler>
|
||||
<Unit filename="CheckBufferOverrun.cpp" />
|
||||
<Unit filename="CheckBufferOverrun.h" />
|
||||
<Unit filename="CheckClass.cpp" />
|
||||
<Unit filename="CheckClass.h" />
|
||||
<Unit filename="CheckFunctionUsage.cpp" />
|
||||
<Unit filename="CheckFunctionUsage.h" />
|
||||
<Unit filename="CheckHeaders.cpp" />
|
||||
<Unit filename="CheckHeaders.h" />
|
||||
<Unit filename="CheckMemoryLeak.cpp" />
|
||||
<Unit filename="CheckMemoryLeak.h" />
|
||||
<Unit filename="CheckOther.cpp" />
|
||||
<Unit filename="CheckOther.h" />
|
||||
<Unit filename="FileLister.cpp" />
|
||||
<Unit filename="FileLister.h" />
|
||||
<Unit filename="cppcheck.cpp" />
|
||||
<Unit filename="cppcheck.h" />
|
||||
<Unit filename="errorlogger.h" />
|
||||
<Unit filename="preprocessor.cpp" />
|
||||
<Unit filename="preprocessor.h" />
|
||||
<Unit filename="settings.cpp" />
|
||||
<Unit filename="settings.h" />
|
||||
<Unit filename="testbufferoverrun.cpp" />
|
||||
<Unit filename="testcharvar.cpp" />
|
||||
<Unit filename="testconstructors.cpp" />
|
||||
<Unit filename="testdivision.cpp" />
|
||||
<Unit filename="testfunctionusage.cpp" />
|
||||
<Unit filename="testincompletestatement.cpp" />
|
||||
<Unit filename="testmemleak.cpp" />
|
||||
<Unit filename="testpreprocessor.cpp" />
|
||||
<Unit filename="testrunner.cpp" />
|
||||
<Unit filename="testsimplifytokens.cpp" />
|
||||
<Unit filename="testsuite.cpp" />
|
||||
<Unit filename="testsuite.h" />
|
||||
<Unit filename="testtokenize.cpp" />
|
||||
<Unit filename="testunusedprivfunc.cpp" />
|
||||
<Unit filename="testunusedvar.cpp" />
|
||||
<Unit filename="token.cpp" />
|
||||
<Unit filename="token.h" />
|
||||
<Unit filename="tokenize.cpp" />
|
||||
<Unit filename="tokenize.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
Loading…
Reference in New Issue