-
Notifications
You must be signed in to change notification settings - Fork 25
/
vike-unix.cbp
90 lines (90 loc) · 2.76 KB
/
vike-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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cbVike" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="debug">
<Option output="build/bin_unix/debug/libcbVike.so" prefix_auto="0" extension_auto="0" />
<Option object_output="build/obj_unix/debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log -na -ns -nd" />
<Option host_application="../../../devel/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-g" />
<Add option="-DLOGGING" />
</Compiler>
</Target>
<Target title="release">
<Option output="build/bin_unix/release/libcbVike.so" prefix_auto="0" extension_auto="0" />
<Option object_output="build/obj_unix/release/" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 ./build/bin_unix/release/cbVike.zip manifest.xml" />
<Add after="zip -j9 ./build/bin_unix/release/cbVike.cbplugin ./build/bin_unix/release/libcbvike.so ./build/bin_unix/release/cbVike.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Environment>
<Variable name="WX_CFG" value="" />
<Variable name="WX_SUFFIX" value="u" />
</Environment>
</Build>
<VirtualTargets>
<Add alias="All" targets="release;" />
</VirtualTargets>
<Compiler>
<Add option="-ansi" />
<Add option="$(#CB_RELEASE_TYPE)" />
<Add option="`wx-config --cflags`" />
<Add option="-Winvalid-pch" />
<Add option="-fexceptions" />
<Add option="-fPIC" />
<Add option="-DCB_PRECOMP" />
<Add option="-DcbDEBUG" />
<Add directory="$(#CB_PATH)/src/sdk/wxscintilla/include" />
<Add directory="$(#CB_PATH)/src/include" />
</Compiler>
<Linker>
<Add option="`wx-config --libs`" />
<Add option="-Wl,--no-undefined" />
<Add library="libcodeblocks.a" />
<Add directory="$(#CB_DLL_PATH)" />
</Linker>
<Unit filename="cbvike.cpp" />
<Unit filename="cbvike.h" />
<Unit filename="cbvike_plugin.cpp" />
<Unit filename="cbvike_plugin.h" />
<Unit filename="debugging.h" />
<Unit filename="manifest.xml" />
<Unit filename="vicmd.cpp" />
<Unit filename="vicmd.h" />
<Unit filename="vifunc.cpp" />
<Unit filename="vifunc.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<DoxyBlocks>
<comment_style block="4" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>