codeblocks project file updated
This commit is contained in:
parent
fce0548725
commit
cf62e8ce64
14
cppcheck.cbp
14
cppcheck.cbp
|
@ -9,7 +9,6 @@
|
||||||
<Build>
|
<Build>
|
||||||
<Target title="cppcheck">
|
<Target title="cppcheck">
|
||||||
<Option output="cppcheck" prefix_auto="1" extension_auto="1" />
|
<Option output="cppcheck" prefix_auto="1" extension_auto="1" />
|
||||||
<Option object_output=".objs" />
|
|
||||||
<Option type="1" />
|
<Option type="1" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
@ -18,7 +17,6 @@
|
||||||
</Target>
|
</Target>
|
||||||
<Target title="testrunner">
|
<Target title="testrunner">
|
||||||
<Option output="testrunner" prefix_auto="1" extension_auto="1" />
|
<Option output="testrunner" prefix_auto="1" extension_auto="1" />
|
||||||
<Option object_output=".objs" />
|
|
||||||
<Option type="1" />
|
<Option type="1" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
@ -30,6 +28,11 @@
|
||||||
<Add option="-Wall" />
|
<Add option="-Wall" />
|
||||||
<Add option="-fexceptions" />
|
<Add option="-fexceptions" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
|
<Unit filename="cli/cppcheckexecutor.cpp" />
|
||||||
|
<Unit filename="cli/cppcheckexecutor.h" />
|
||||||
|
<Unit filename="cli/main.cpp" />
|
||||||
|
<Unit filename="cli/threadexecutor.cpp" />
|
||||||
|
<Unit filename="cli/threadexecutor.h" />
|
||||||
<Unit filename="gui/aboutdialog.cpp" />
|
<Unit filename="gui/aboutdialog.cpp" />
|
||||||
<Unit filename="gui/aboutdialog.h" />
|
<Unit filename="gui/aboutdialog.h" />
|
||||||
<Unit filename="gui/applicationdialog.cpp" />
|
<Unit filename="gui/applicationdialog.cpp" />
|
||||||
|
@ -83,8 +86,6 @@
|
||||||
<Unit filename="lib/checkmemoryleak.h" />
|
<Unit filename="lib/checkmemoryleak.h" />
|
||||||
<Unit filename="lib/checkother.cpp" />
|
<Unit filename="lib/checkother.cpp" />
|
||||||
<Unit filename="lib/checkother.h" />
|
<Unit filename="lib/checkother.h" />
|
||||||
<Unit filename="lib/checksecurity.cpp" />
|
|
||||||
<Unit filename="lib/checksecurity.h" />
|
|
||||||
<Unit filename="lib/checkstl.cpp" />
|
<Unit filename="lib/checkstl.cpp" />
|
||||||
<Unit filename="lib/checkstl.h" />
|
<Unit filename="lib/checkstl.h" />
|
||||||
<Unit filename="lib/checkunusedfunctions.cpp" />
|
<Unit filename="lib/checkunusedfunctions.cpp" />
|
||||||
|
@ -92,21 +93,16 @@
|
||||||
<Unit filename="lib/classinfo.h" />
|
<Unit filename="lib/classinfo.h" />
|
||||||
<Unit filename="lib/cppcheck.cpp" />
|
<Unit filename="lib/cppcheck.cpp" />
|
||||||
<Unit filename="lib/cppcheck.h" />
|
<Unit filename="lib/cppcheck.h" />
|
||||||
<Unit filename="lib/cppcheckexecutor.cpp" />
|
|
||||||
<Unit filename="lib/cppcheckexecutor.h" />
|
|
||||||
<Unit filename="lib/errorlogger.cpp" />
|
<Unit filename="lib/errorlogger.cpp" />
|
||||||
<Unit filename="lib/errorlogger.h" />
|
<Unit filename="lib/errorlogger.h" />
|
||||||
<Unit filename="lib/filelister.cpp" />
|
<Unit filename="lib/filelister.cpp" />
|
||||||
<Unit filename="lib/filelister.h" />
|
<Unit filename="lib/filelister.h" />
|
||||||
<Unit filename="cli/main.cpp" />
|
|
||||||
<Unit filename="lib/mathlib.cpp" />
|
<Unit filename="lib/mathlib.cpp" />
|
||||||
<Unit filename="lib/mathlib.h" />
|
<Unit filename="lib/mathlib.h" />
|
||||||
<Unit filename="lib/preprocessor.cpp" />
|
<Unit filename="lib/preprocessor.cpp" />
|
||||||
<Unit filename="lib/preprocessor.h" />
|
<Unit filename="lib/preprocessor.h" />
|
||||||
<Unit filename="lib/settings.cpp" />
|
<Unit filename="lib/settings.cpp" />
|
||||||
<Unit filename="lib/settings.h" />
|
<Unit filename="lib/settings.h" />
|
||||||
<Unit filename="lib/threadexecutor.cpp" />
|
|
||||||
<Unit filename="lib/threadexecutor.h" />
|
|
||||||
<Unit filename="lib/token.cpp" />
|
<Unit filename="lib/token.cpp" />
|
||||||
<Unit filename="lib/token.h" />
|
<Unit filename="lib/token.h" />
|
||||||
<Unit filename="lib/tokenize.cpp" />
|
<Unit filename="lib/tokenize.cpp" />
|
||||||
|
|
Loading…
Reference in New Issue