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="keyfile" />
|
6
|
<Option pch_mode="2" />
|
7
|
<Option compiler="gcc" />
|
8
|
<Build>
|
9
|
<Target title="Debug">
|
10
|
<Option output="bin/Debug/gkeyfile" prefix_auto="1" extension_auto="1" />
|
11
|
<Option working_dir="bin/" />
|
12
|
<Option object_output="obj/Debug/" />
|
13
|
<Option type="3" />
|
14
|
<Option compiler="gcc" />
|
15
|
<Option createDefFile="1" />
|
16
|
<Option createStaticLib="1" />
|
17
|
<Compiler>
|
18
|
<Add option="-g" />
|
19
|
</Compiler>
|
20
|
</Target>
|
21
|
<Target title="Release">
|
22
|
<Option output="bin/gkeyfile" prefix_auto="1" extension_auto="1" />
|
23
|
<Option working_dir="bin/" />
|
24
|
<Option object_output="obj/Release/" />
|
25
|
<Option type="3" />
|
26
|
<Option compiler="gcc" />
|
27
|
<Option createDefFile="1" />
|
28
|
<Option createStaticLib="1" />
|
29
|
<Compiler>
|
30
|
<Add option="-O2" />
|
31
|
</Compiler>
|
32
|
<Linker>
|
33
|
<Add option="-s" />
|
34
|
</Linker>
|
35
|
</Target>
|
36
|
</Build>
|
37
|
<Compiler>
|
38
|
<Add option="-Wall" />
|
39
|
<Add option="-mms-bitfields" />
|
40
|
<Add directory="$(#gtk.include)" />
|
41
|
<Add directory="$(#gtk.include)/gtk-2.0" />
|
42
|
<Add directory="$(#gtk.include)/cairo" />
|
43
|
<Add directory="$(#gtk.include)/gdk" />
|
44
|
<Add directory="$(#gtk.include)/glib-2.0" />
|
45
|
<Add directory="$(#gtk.lib)/glib-2.0/include" />
|
46
|
<Add directory="$(#gtk.include)/pango-1.0" />
|
47
|
<Add directory="$(#gtk.lib)/gtk-2.0/include" />
|
48
|
<Add directory="$(#gtk.include)/atk-1.0" />
|
49
|
<Add directory="/usr/include/glib-2.0" />
|
50
|
<Add directory="/usr/lib/glib-2.0/include" />
|
51
|
</Compiler>
|
52
|
<Linker>
|
53
|
<Add library="gobject-2.0" />
|
54
|
<Add library="glib-2.0" />
|
55
|
<Add directory="$(#gtk.lib)" />
|
56
|
</Linker>
|
57
|
<Unit filename="include/macros.h" />
|
58
|
<Unit filename="include/main.h" />
|
59
|
<Unit filename="include/scol_glib_keyfile.h" />
|
60
|
<Unit filename="include/scol_plugin_lin.h" />
|
61
|
<Unit filename="include/scol_plugin_win.h" />
|
62
|
<Unit filename="src/scol_glib_keyfile.c">
|
63
|
<Option compilerVar="CC" />
|
64
|
</Unit>
|
65
|
<Extensions>
|
66
|
<code_completion />
|
67
|
<debugger />
|
68
|
<DoxyBlocks>
|
69
|
<comment_style block="0" line="0" />
|
70
|
<doxyfile_project project_number="0.2" />
|
71
|
<doxyfile_build />
|
72
|
<doxyfile_warnings warnings="0" />
|
73
|
<doxyfile_alpha_index alphabetical_index="0" />
|
74
|
<doxyfile_output />
|
75
|
<doxyfile_dot />
|
76
|
<general />
|
77
|
</DoxyBlocks>
|
78
|
<envvars />
|
79
|
</Extensions>
|
80
|
</Project>
|
81
|
</CodeBlocks_project_file>
|