-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcbSystemView_unix.cbp
101 lines (101 loc) · 3.8 KB
/
cbSystemView_unix.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cbSystemView" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="cb_plugin_wx30">
<Option output="output/wx30/cbSystemView" prefix_auto="0" extension_auto="1" />
<Option object_output=".objs/cb_plugin_wx30" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add library="codeblocks" />
<Add directory="$(#cb)/devel30" />
</Linker>
<ExtraCommands>
<Add after="mkdir -p plugin_wx30" />
<Add after="zip -j9 plugin_wx30/cbSystemView.zip manifest.xml" />
<Add after="zip -9 plugin_wx30/cbSystemView.zip images/*" />
<Add after="zip -j9 plugin_wx30/cbSystemView.zip res/*" />
<Add after="zip -j9 plugin_wx30/cbSystemView.cbplugin $(TARGET_OUTPUT_FILE) plugin_wx30/cbSystemView.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx30">
<Option output="$(#cb)/devel30/share/codeblocks/plugins/cbSystemView" prefix_auto="0" extension_auto="1" />
<Option working_dir="$(#cb)/devel30" />
<Option object_output=".objs/to_codeblocks_wx30" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-ipc " />
<Option host_application="$(#cb)/devel30/codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add library="codeblocks" />
<Add directory="$(#cb)/devel30" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel30/share/codeblocks/cbSystemView.zip manifest.xml" />
<Add after="zip -9 $(#cb)/devel30/share/codeblocks/cbSystemView.zip images/*" />
<Add after="zip -j9 $(#cb)/devel30/share/codeblocks/cbSystemView.zip res/*.xrc" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Environment>
<Variable name="WX_CONFIG" value="wx-config --version=3.0" />
</Environment>
</Build>
<VirtualTargets>
<Add alias="All" targets="cb_plugin_wx30;to_codeblocks_wx30;" />
</VirtualTargets>
<Compiler>
<Add option="-std=c++11" />
<Add option="-fPIC" />
<Add option="`$(WX_CONFIG) --cflags`" />
<Add directory="include" />
<Add directory="." />
</Compiler>
<Linker>
<Add option="-Wl,--no-undefined" />
<Add option="`$(WX_CONFIG) --libs std,aui,propgrid`" />
</Linker>
<Unit filename="cbSystemView.cpp" />
<Unit filename="cbSystemView.h" />
<Unit filename="include/cbSVProjectConfigPanel.h" />
<Unit filename="include/cbSVDFileReader.h" />
<Unit filename="include/cbSVPGProperties.h" />
<Unit filename="include/cbSVWindow.h" />
<Unit filename="manifest.xml" />
<Unit filename="res/ProjectConfig.xrc" />
<Unit filename="src/cbSVProjectConfigPanel.cpp" />
<Unit filename="src/cbSVDFileReader.cpp" />
<Unit filename="src/cbSVPGProperties.cpp" />
<Unit filename="src/cbSVWindow.cpp" />
<Unit filename="wxsmith/ProjectConfigPanel.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<wxsmith version="1">
<resources>
<wxPanel wxs="wxsmith/ProjectConfigPanel.wxs" src="src/ProjectConfigPanel.cpp" hdr="include/ProjectConfigPanel.h" xrc="res/ProjectConfig.xrc" fwddecl="0" i18n="1" name="ProjectConfigPanel" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>