-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcbMemoryWatch_unix.cbp
85 lines (85 loc) · 2.95 KB
/
cbMemoryWatch_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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cbMemoryWatch_unix" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="cbMemoryWatch" prefix_auto="1" extension_auto="1" />
<Option object_output=".objs/default" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --cflags --version=3.0`" />
<Add option="-g" />
</Compiler>
<Linker>
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --libs --version=3.0`" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 cbMemoryWatch.zip manifest.xml" />
<Add after="zip -j9 cbMemoryWatch.cbplugin libcbMemoryWatch.so cbMemoryWatch.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx30">
<Option output="$(#cb)/devel30/share/codeblocks/plugins/cbMemoryWatch" prefix_auto="1" 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="`wx-config --cflags --version=3.0`" />
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add option="`wx-config --libs --version=3.0`" />
<Add library="codeblocks" />
<Add directory="$(#cb)/devel30" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel30/share/codeblocks/cbMemoryWatch.zip manifest.xml" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="default;to_codeblocks_wx30;" />
</VirtualTargets>
<Compiler>
<Add option="-std=c++11" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add option="-Wl,--no-undefined" />
</Linker>
<Unit filename="MemoryPanel.cpp" />
<Unit filename="MemoryPanel.h" />
<Unit filename="cbMemoryView.cpp" />
<Unit filename="cbMemoryView.h" />
<Unit filename="include/cbmvwindow.h" />
<Unit filename="manifest.xml" />
<Unit filename="src/cbmvwindow.cpp" />
<Unit filename="wxsmith/MemoryPanel.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<wxsmith version="1">
<resources>
<wxPanel wxs="wxsmith/MemoryPanel.wxs" src="MemoryPanel.cpp" hdr="MemoryPanel.h" xrc="MemoryPanel.xrc" fwddecl="0" i18n="1" name="MemoryPanel" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>