1 |
2581
|
stephane
|
<?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 |
|
|
</Compiler>
|
79 |
|
|
<Linker>
|
80 |
|
|
<Add library="gtk-win32-2.0" />
|
81 |
|
|
<Add library="gobject-2.0" />
|
82 |
|
|
<Add library="glib-2.0" />
|
83 |
|
|
<Add directory="$(#gtk.lib)" />
|
84 |
|
|
</Linker>
|
85 |
|
|
<Unit filename="include\macros.h" />
|
86 |
|
|
<Unit filename="include\main.h" />
|
87 |
|
|
<Unit filename="include\scol_gbase.h" />
|
88 |
|
|
<Unit filename="include\scol_plugin_lin.h" />
|
89 |
|
|
<Unit filename="include\scol_plugin_win.h" />
|
90 |
|
|
<Unit filename="src\scol_gbase.c">
|
91 |
|
|
<Option compilerVar="CC" />
|
92 |
|
|
</Unit>
|
93 |
|
|
<Extensions>
|
94 |
|
|
<code_completion />
|
95 |
|
|
<debugger />
|
96 |
|
|
</Extensions>
|
97 |
|
|
</Project>
|
98 |
|
|
</CodeBlocks_project_file>
|