1 |
2591
|
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="gnet" />
|
6 |
|
|
<Option pch_mode="2" />
|
7 |
|
|
<Option compiler="gcc" />
|
8 |
|
|
<Build>
|
9 |
|
|
<Target title="Debug">
|
10 |
|
|
<Option output="bin\Debug\gnet" prefix_auto="1" extension_auto="1" />
|
11 |
|
|
<Option object_output="obj\Debug\" />
|
12 |
|
|
<Option type="1" />
|
13 |
|
|
<Option compiler="gcc" />
|
14 |
|
|
<Compiler>
|
15 |
|
|
<Add option="-g" />
|
16 |
|
|
</Compiler>
|
17 |
|
|
</Target>
|
18 |
|
|
<Target title="Release">
|
19 |
|
|
<Option output="gnet" prefix_auto="1" extension_auto="1" />
|
20 |
|
|
<Option object_output="obj\Release\" />
|
21 |
|
|
<Option type="0" />
|
22 |
|
|
<Option compiler="gcc" />
|
23 |
|
|
<Compiler>
|
24 |
|
|
<Add option="-O2" />
|
25 |
|
|
</Compiler>
|
26 |
|
|
<Linker>
|
27 |
|
|
<Add option="-s" />
|
28 |
|
|
</Linker>
|
29 |
|
|
</Target>
|
30 |
|
|
</Build>
|
31 |
|
|
<Compiler>
|
32 |
|
|
<Add option="-mms-bitfields" />
|
33 |
|
|
<Add option="-Wall" />
|
34 |
|
|
<Add directory="$(#gtk.include)" />
|
35 |
|
|
<Add directory="$(#gtk.include)\gtk-2.0" />
|
36 |
|
|
<Add directory="$(#gtk.include)\cairo" />
|
37 |
|
|
<Add directory="$(#gtk.include)\gdk" />
|
38 |
|
|
<Add directory="$(#gtk.include)\glib-2.0" />
|
39 |
|
|
<Add directory="$(#gtk.lib)\glib-2.0\include" />
|
40 |
|
|
<Add directory="$(#gtk.include)\pango-1.0" />
|
41 |
|
|
<Add directory="$(#gtk.lib)\gtk-2.0\include" />
|
42 |
|
|
<Add directory="$(#gtk.include)\atk-1.0" />
|
43 |
|
|
</Compiler>
|
44 |
|
|
<Linker>
|
45 |
|
|
<Add library="gtk-win32-2.0" />
|
46 |
|
|
<Add library="gobject-2.0" />
|
47 |
|
|
<Add library="glib-2.0" />
|
48 |
|
|
<Add directory="$(#gtk.lib)" />
|
49 |
|
|
</Linker>
|
50 |
|
|
<Unit filename="main.c">
|
51 |
|
|
<Option compilerVar="CC" />
|
52 |
|
|
</Unit>
|
53 |
|
|
<Extensions>
|
54 |
|
|
<code_completion />
|
55 |
|
|
<debugger />
|
56 |
|
|
</Extensions>
|
57 |
|
|
</Project>
|
58 |
|
|
</CodeBlocks_project_file>
|