forked from spillz/codeblocks-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodechecker-unix.cbp
More file actions
55 lines (55 loc) · 1.77 KB
/
codechecker-unix.cbp
File metadata and controls
55 lines (55 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="CodeChecker" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="libcodechecker" prefix_auto="1" extension_auto="1" />
<Option type="3" />
<Option compiler="gcc" />
<Option host_application="$(#cb)/devel/codeblocks" />
<Compiler>
<Add option="-Wall" />
<Add option="-g" />
<Add option="`wx-config --cflags`" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-Ulinux" />
<Add option="-Uunix" />
<Add option="-fPIC" />
<Add option="-DcbDEBUG" />
<Add option="-DCB_PRECOMP" />
<Add directory="$(#cb.include)" />
<Add directory="$(#cb.include)/wxscintilla/include" />
</Compiler>
<Linker>
<Add option="`wx-config --libs`" />
<Add library="codeblocks" />
<Add library="wxscintilla" />
<Add directory="$(#cb)/devel" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 codechecker.zip manifest.xml" />
<Add after="zip -j9 codechecker.cbplugin libcodechecker.so codechecker.zip" />
<Add after="/bin/cp codechecker.zip $(#cb)/devel/share/codeblocks" />
<Add after="/bin/cp libcodechecker.so $(#cb)/devel/share/codeblocks/plugins" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<Unit filename="asyncprocess.cpp" />
<Unit filename="asyncprocess.h" />
<Unit filename="codechecker.cpp" />
<Unit filename="codechecker.h" />
<Unit filename="manifest.xml" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>