-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcbSystemView.cbp
More file actions
113 lines (113 loc) · 4.47 KB
/
cbSystemView.cbp
File metadata and controls
113 lines (113 loc) · 4.47 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
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
102
103
104
105
106
107
108
109
110
111
112
113
<?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_wx31_64">
<Option output="output/wx31_64/cbSystemView" prefix_auto="1" extension_auto="1" />
<Option object_output=".objs/plugin_wx31_64" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-dde --no-check-associations " />
<Option host_application="$(#cb)/devel31_64/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-g" />
<Add directory="$(#wx31_64.include)" />
<Add directory="$(#wx31_64.lib)/gcc_dll/mswu" />
<Add directory="include" />
</Compiler>
<Linker>
<Add library="wxmsw31u" />
<Add library="codeblocks" />
<Add directory="$(#wx31_64.lib)/gcc_dll" />
<Add directory="$(#cb)/devel31_64" />
</Linker>
<ExtraCommands>
<Add after="cmd /c if not exist plugin_wx31_64 mkdir plugin_wx31_64" />
<Add after="zip -j9 plugin_wx31_64\cbSystemView.zip manifest.xml" />
<Add after="zip -9 plugin_wx31_64\cbSystemView.zip images\*" />
<Add after="zip -j9 plugin_wx31_64\cbSystemView.zip res\*" />
<Add after="zip -j9 plugin_wx31_64\cbSystemView.cbplugin $(TARGET_OUTPUT_FILE) plugin_wx31_64\cbSystemView.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx31_64">
<Option output="$(#cb)/devel31_64/share/codeblocks/plugins/cbSystemView" prefix_auto="1" extension_auto="1" />
<Option object_output=".objs/to_codeblocks_wx31_64" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-dde --no-check-associations " />
<Option host_application="$(#cb)/devel31_64/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-g" />
<Add directory="$(#wx31_64.include)" />
<Add directory="$(#wx31_64.lib)/gcc_dll/mswu" />
<Add directory="include" />
</Compiler>
<Linker>
<Add library="wxmsw31u" />
<Add library="codeblocks" />
<Add directory="$(#wx31_64.lib)/gcc_dll" />
<Add directory="$(#cb)/devel31_64" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel31_64/share/codeblocks/cbSystemView.zip manifest.xml" />
<Add after="zip -9 $(#cb)/devel31_64/share/codeblocks/cbSystemView.zip images/*" />
<Add after="zip -j9 $(#cb)/devel31_64/share/codeblocks/cbSystemView.zip res/*.xrc" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="cb_plugin_wx31_64;to_codeblocks_wx31_64;" />
</VirtualTargets>
<Compiler>
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-std=gnu++11" />
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DHAVE_W32API_H" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DcbDEBUG" />
<Add option="-DWX_PRECOMP" />
<Add option="-DwxUSE_UNICODE" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
<Add directory="." />
</Compiler>
<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="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 />
<LibClang />
<debugger />
<lib_finder disable_auto="1" />
<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>