-
Notifications
You must be signed in to change notification settings - Fork 0
/
client.cbp
93 lines (93 loc) · 2.71 KB
/
client.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="client" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="bin/client" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O3" />
<Add option="-DGCC_WINDRES" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
<Target title="Debug">
<Option output="bin/client" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-DDEBUG" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++14" />
</Compiler>
<Linker>
<Add library="mingw32" />
<Add library="SDL2main" />
<Add library="SDL2" />
<Add library="SDL2_net" />
<Add library="opengl32" />
<Add library="unzip" />
<Add library="libpng" />
<Add library="eay32" />
<Add library="glew32" />
<Add library="SDL2_mixer" />
<Add library="cairo" />
<Add library="xml2" />
<Add library="glu32" />
</Linker>
<Unit filename="src/GLutil.cpp" />
<Unit filename="src/GLutil.h" />
<Unit filename="src/client/client-icon.ico" />
<Unit filename="src/client/client.cpp" />
<Unit filename="src/client/client.h" />
<Unit filename="src/client/connection.cpp" />
<Unit filename="src/client/connection.h" />
<Unit filename="src/client/gui.cpp" />
<Unit filename="src/client/gui.h" />
<Unit filename="src/client/login.cpp" />
<Unit filename="src/client/login.h" />
<Unit filename="src/client/textscroll.cpp" />
<Unit filename="src/client/textscroll.h" />
<Unit filename="src/client/winres.h" />
<Unit filename="src/client/winres.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="src/err.cpp" />
<Unit filename="src/err.h" />
<Unit filename="src/font.cpp" />
<Unit filename="src/font.h" />
<Unit filename="src/geo2d.cpp" />
<Unit filename="src/geo2d.h" />
<Unit filename="src/ini.cpp" />
<Unit filename="src/ini.h" />
<Unit filename="src/io.cpp" />
<Unit filename="src/io.h" />
<Unit filename="src/str.cpp" />
<Unit filename="src/str.h" />
<Unit filename="src/texture.cpp" />
<Unit filename="src/texture.h" />
<Unit filename="src/thread.cpp" />
<Unit filename="src/thread.h" />
<Unit filename="src/xml.cpp" />
<Unit filename="src/xml.h" />
<Extensions>
<code_completion />
<debugger />
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>