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 |
3137
|
stephane
|
<Option type="3" />
|
13 |
2591
|
stephane
|
<Option compiler="gcc" />
|
14 |
3137
|
stephane
|
<Option createDefFile="1" />
|
15 |
|
|
<Option createStaticLib="1" />
|
16 |
2591
|
stephane
|
<Compiler>
|
17 |
|
|
<Add option="-g" />
|
18 |
|
|
</Compiler>
|
19 |
|
|
</Target>
|
20 |
|
|
<Target title="Release">
|
21 |
3137
|
stephane
|
<Option output="bin\gnet" prefix_auto="1" extension_auto="1" />
|
22 |
|
|
<Option working_dir="bin\" />
|
23 |
2591
|
stephane
|
<Option object_output="obj\Release\" />
|
24 |
3137
|
stephane
|
<Option type="3" />
|
25 |
2591
|
stephane
|
<Option compiler="gcc" />
|
26 |
3137
|
stephane
|
<Option createDefFile="1" />
|
27 |
|
|
<Option createStaticLib="1" />
|
28 |
2591
|
stephane
|
<Compiler>
|
29 |
|
|
<Add option="-O2" />
|
30 |
|
|
</Compiler>
|
31 |
|
|
<Linker>
|
32 |
|
|
<Add option="-s" />
|
33 |
|
|
</Linker>
|
34 |
|
|
</Target>
|
35 |
|
|
</Build>
|
36 |
|
|
<Compiler>
|
37 |
3137
|
stephane
|
<Add option="-Wall" />
|
38 |
2591
|
stephane
|
<Add option="-mms-bitfields" />
|
39 |
|
|
<Add directory="$(#gtk.include)" />
|
40 |
|
|
<Add directory="$(#gtk.include)\gtk-2.0" />
|
41 |
|
|
<Add directory="$(#gtk.include)\cairo" />
|
42 |
|
|
<Add directory="$(#gtk.include)\gdk" />
|
43 |
|
|
<Add directory="$(#gtk.include)\glib-2.0" />
|
44 |
|
|
<Add directory="$(#gtk.lib)\glib-2.0\include" />
|
45 |
|
|
<Add directory="$(#gtk.include)\pango-1.0" />
|
46 |
|
|
<Add directory="$(#gtk.lib)\gtk-2.0\include" />
|
47 |
|
|
<Add directory="$(#gtk.include)\atk-1.0" />
|
48 |
|
|
</Compiler>
|
49 |
|
|
<Linker>
|
50 |
|
|
<Add library="gtk-win32-2.0" />
|
51 |
|
|
<Add library="gobject-2.0" />
|
52 |
|
|
<Add library="glib-2.0" />
|
53 |
3137
|
stephane
|
<Add library="C:\MinGW\lib\gio-2.0.lib" />
|
54 |
2591
|
stephane
|
<Add directory="$(#gtk.lib)" />
|
55 |
|
|
</Linker>
|
56 |
3137
|
stephane
|
<Unit filename="include\macros.h" />
|
57 |
|
|
<Unit filename="include\main.h" />
|
58 |
|
|
<Unit filename="include\scol_glib_net.h" />
|
59 |
|
|
<Unit filename="include\scol_plugin_lin.h" />
|
60 |
|
|
<Unit filename="include\scol_plugin_win.h" />
|
61 |
|
|
<Unit filename="src\scol_glib_net.c">
|
62 |
2591
|
stephane
|
<Option compilerVar="CC" />
|
63 |
|
|
</Unit>
|
64 |
|
|
<Extensions>
|
65 |
|
|
<code_completion />
|
66 |
|
|
<debugger />
|
67 |
|
|
</Extensions>
|
68 |
|
|
</Project>
|
69 |
|
|
</CodeBlocks_project_file>
|