-
Notifications
You must be signed in to change notification settings - Fork 0
/
cbGcov_wx30.cbp
85 lines (85 loc) · 3.35 KB
/
cbGcov_wx30.cbp
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cbGcov wx3.0.x" />
<Option platforms="Windows;" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option platforms="Windows;" />
<Option output="../../../devel30/share/codeblocks/plugins/cbGcov" prefix_auto="1" extension_auto="1" />
<Option object_output="../../../.objs30/plugins/contrib/cbGcov" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log -na -ns -nd --multiple-instance" />
<Option host_application="../../../devel30/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DHAVE_W32API_H" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DcbDEBUG" />
<Add option="-DNOPCH" />
<Add option="-DwxUSE_UNICODE" />
<Add directory="../../../include" />
<Add directory="../../../include/tinyxml" />
<Add directory="../../../sdk/wxscintilla/include" />
<Add directory="$(#wx30.include)" />
<Add directory="$(#wx30.lib)/gcc_dll/mswu" />
</Compiler>
<Linker>
<Add option="-mthreads" />
<Add option="--enable-auto-import" />
<Add library="codeblocks" />
<Add library="wxmsw30u" />
<Add library="wxscintilla_cb" />
<Add directory="../../../devel30" />
<Add directory="$(#wx30.lib)/gcc_dll" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 ..\..\..\devel30\share\codeblocks\cbGcov.zip manifest.xml *.xrc" />
<Add after="zip -Rq9 ..\..\..\devel30\share\codeblocks\cbGcov.zip images\64x64\*.png images\56x56\*.png images\48x48\*.png images\40x40\*.png images\32x32\*.png images\28x28\*.png images\24x24\*.png images\20x20\*.png images\16x16\*.png" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="default;" />
</VirtualTargets>
<Compiler>
<Add option="-std=gnu++11" />
<Add option="$(#CB_RELEASE_TYPE)" />
</Compiler>
<Unit filename="GcovProcess.cpp" />
<Unit filename="GcovProcess.h" />
<Unit filename="cbGcov.cpp" />
<Unit filename="cbGcov.h" />
<Unit filename="cbGcovConfigPanel.cpp" />
<Unit filename="cbGcovConfigPanel.h" />
<Unit filename="cbGcovSummaryPanel.cpp" />
<Unit filename="cbGcovSummaryPanel.h" />
<Unit filename="manifest.xml" />
<Unit filename="wxsmith/cbGcovConfigPanel.wxs" />
<Unit filename="wxsmith/cbGcovSummaryPanel.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
<resources>
<wxPanel wxs="wxsmith/cbGcovConfigPanel.wxs" src="cbGcovConfigPanel.cpp" hdr="cbGcovConfigPanel.h" fwddecl="1" i18n="1" name="cbGcovConfigPanel" language="CPP" />
<wxPanel wxs="wxsmith/cbGcovSummaryPanel.wxs" src="cbGcovSummaryPanel.cpp" hdr="cbGcovSummaryPanel.h" fwddecl="1" i18n="1" name="cbGcovSummaryPanel" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>