1
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
2
|
<CodeBlocks_project_file>
|
3
|
<FileVersion major="1" minor="6" />
|
4
|
<Project>
|
5
|
<Option title="gbase" />
|
6
|
<Option pch_mode="2" />
|
7
|
<Option compiler="gcc" />
|
8
|
<Build>
|
9
|
<Target title="Debug">
|
10
|
<Option output="bin/Debug/gbase" prefix_auto="1" extension_auto="1" />
|
11
|
<Option object_output="obj/Debug/" />
|
12
|
<Option type="3" />
|
13
|
<Option compiler="gcc" />
|
14
|
<Option createDefFile="1" />
|
15
|
<Option createStaticLib="1" />
|
16
|
<Compiler>
|
17
|
<Add option="-O2" />
|
18
|
<Add option="-Wshadow" />
|
19
|
<Add option="-Winit-self" />
|
20
|
<Add option="-Wredundant-decls" />
|
21
|
<Add option="-Wcast-align" />
|
22
|
<Add option="-Wundef" />
|
23
|
<Add option="-Wfloat-equal" />
|
24
|
<Add option="-Winline" />
|
25
|
<Add option="-Wunreachable-code" />
|
26
|
<Add option="-Wmissing-declarations" />
|
27
|
<Add option="-Wswitch-enum" />
|
28
|
<Add option="-Wswitch-default" />
|
29
|
<Add option="-pedantic" />
|
30
|
<Add option="-Wextra" />
|
31
|
<Add option="-Wall" />
|
32
|
<Add option="-g" />
|
33
|
</Compiler>
|
34
|
<Linker>
|
35
|
<Add option="-s" />
|
36
|
</Linker>
|
37
|
</Target>
|
38
|
<Target title="Release">
|
39
|
<Option output="bin/gbase" prefix_auto="1" extension_auto="1" />
|
40
|
<Option object_output="obj/Release/" />
|
41
|
<Option type="3" />
|
42
|
<Option compiler="gcc" />
|
43
|
<Option createDefFile="1" />
|
44
|
<Option createStaticLib="1" />
|
45
|
<Compiler>
|
46
|
<Add option="-O2" />
|
47
|
</Compiler>
|
48
|
<Linker>
|
49
|
<Add option="-s" />
|
50
|
</Linker>
|
51
|
</Target>
|
52
|
</Build>
|
53
|
<Compiler>
|
54
|
<Add option="-O1" />
|
55
|
<Add option="-Wshadow" />
|
56
|
<Add option="-Winit-self" />
|
57
|
<Add option="-Wredundant-decls" />
|
58
|
<Add option="-Wcast-align" />
|
59
|
<Add option="-Wundef" />
|
60
|
<Add option="-Wfloat-equal" />
|
61
|
<Add option="-Winline" />
|
62
|
<Add option="-Wunreachable-code" />
|
63
|
<Add option="-Wswitch-enum" />
|
64
|
<Add option="-Wswitch-default" />
|
65
|
<Add option="-pedantic" />
|
66
|
<Add option="-Wextra" />
|
67
|
<Add option="-Wall" />
|
68
|
<Add option="-mms-bitfields" />
|
69
|
<Add directory="$(#gtk.include)" />
|
70
|
<Add directory="$(#gtk.include)/gtk-2.0" />
|
71
|
<Add directory="$(#gtk.include)/cairo" />
|
72
|
<Add directory="$(#gtk.include)/gdk" />
|
73
|
<Add directory="$(#gtk.include)/glib-2.0" />
|
74
|
<Add directory="$(#gtk.lib)/glib-2.0/include" />
|
75
|
<Add directory="$(#gtk.include)/pango-1.0" />
|
76
|
<Add directory="$(#gtk.lib)/gtk-2.0/include" />
|
77
|
<Add directory="$(#gtk.include)/atk-1.0" />
|
78
|
<Add directory="/usr/include/glib-2.0" />
|
79
|
<Add directory="/usr/lib/glib-2.0/include" />
|
80
|
</Compiler>
|
81
|
<Linker>
|
82
|
<Add library="gobject-2.0" />
|
83
|
<Add library="glib-2.0" />
|
84
|
<Add directory="$(#gtk.lib)" />
|
85
|
</Linker>
|
86
|
<Unit filename="include/macros.h" />
|
87
|
<Unit filename="include/main.h" />
|
88
|
<Unit filename="include/scol_gbase.h" />
|
89
|
<Unit filename="include/scol_plugin_lin.h" />
|
90
|
<Unit filename="include/scol_plugin_win.h" />
|
91
|
<Unit filename="src/scol_gbase.c">
|
92
|
<Option compilerVar="CC" />
|
93
|
</Unit>
|
94
|
<Extensions>
|
95
|
<code_completion />
|
96
|
<debugger />
|
97
|
<DoxyBlocks>
|
98
|
<comment_style block="0" line="0" />
|
99
|
<doxyfile_project />
|
100
|
<doxyfile_build />
|
101
|
<doxyfile_warnings warnings="0" warn_if_doc_error="0" warn_no_param_doc="0" />
|
102
|
<doxyfile_alpha_index alphabetical_index="0" />
|
103
|
<doxyfile_output />
|
104
|
<doxyfile_preprocessor enable_preprocessing="0" />
|
105
|
<doxyfile_dot />
|
106
|
<general />
|
107
|
</DoxyBlocks>
|
108
|
<envvars />
|
109
|
</Extensions>
|
110
|
</Project>
|
111
|
</CodeBlocks_project_file>
|