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="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="3" />
|
13
|
<Option compiler="gcc" />
|
14
|
<Option createDefFile="1" />
|
15
|
<Option createStaticLib="1" />
|
16
|
<Compiler>
|
17
|
<Add option="-g" />
|
18
|
</Compiler>
|
19
|
</Target>
|
20
|
<Target title="Release">
|
21
|
<Option output="bin\gnet" prefix_auto="1" extension_auto="1" />
|
22
|
<Option working_dir="bin\" />
|
23
|
<Option object_output="obj\Release\" />
|
24
|
<Option type="3" />
|
25
|
<Option compiler="gcc" />
|
26
|
<Option createDefFile="1" />
|
27
|
<Option createStaticLib="1" />
|
28
|
<Compiler>
|
29
|
<Add option="-O2" />
|
30
|
</Compiler>
|
31
|
<Linker>
|
32
|
<Add option="-s" />
|
33
|
</Linker>
|
34
|
</Target>
|
35
|
</Build>
|
36
|
<Compiler>
|
37
|
<Add option="-Wall" />
|
38
|
<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
|
<Add library="C:\MinGW\lib\gio-2.0.lib" />
|
54
|
<Add directory="$(#gtk.lib)" />
|
55
|
</Linker>
|
56
|
<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
|
<Option compilerVar="CC" />
|
63
|
</Unit>
|
64
|
<Extensions>
|
65
|
<code_completion />
|
66
|
<debugger />
|
67
|
</Extensions>
|
68
|
</Project>
|
69
|
</CodeBlocks_project_file>
|