This repository has been archived by the owner on Aug 10, 2019. It is now read-only.
forked from AdVetter/XXLDDRace
-
Notifications
You must be signed in to change notification settings - Fork 1
/
release_mingw32.bat
190 lines (190 loc) · 62.8 KB
/
release_mingw32.bat
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/crapnet.o src/tools/crapnet.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/compression.o src/engine/shared/compression.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/config.o src/engine/shared/config.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/console.o src/engine/shared/console.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/datafile.o src/engine/shared/datafile.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/demo.o src/engine/shared/demo.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/econ.o src/engine/shared/econ.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/engine.o src/engine/shared/engine.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/filecollection.o src/engine/shared/filecollection.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/huffman.o src/engine/shared/huffman.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/jobs.o src/engine/shared/jobs.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/kernel.o src/engine/shared/kernel.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/linereader.o src/engine/shared/linereader.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/map.o src/engine/shared/map.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/mapchecker.o src/engine/shared/mapchecker.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/masterserver.o src/engine/shared/masterserver.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/memheap.o src/engine/shared/memheap.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/netban.o src/engine/shared/netban.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/network.o src/engine/shared/network.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/network_client.o src/engine/shared/network_client.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/network_conn.o src/engine/shared/network_conn.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/network_console.o src/engine/shared/network_console.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/network_console_conn.o src/engine/shared/network_console_conn.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/network_server.o src/engine/shared/network_server.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/packer.o src/engine/shared/packer.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/ringbuffer.o src/engine/shared/ringbuffer.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/snapshot.o src/engine/shared/snapshot.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/shared/storage.o src/engine/shared/storage.cpp
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/base/system.o src/base/system.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/adler32.o src/engine/external/zlib/adler32.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/compress.o src/engine/external/zlib/compress.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/crc32.o src/engine/external/zlib/crc32.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/deflate.o src/engine/external/zlib/deflate.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/gzclose.o src/engine/external/zlib/gzclose.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/gzlib.o src/engine/external/zlib/gzlib.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/gzread.o src/engine/external/zlib/gzread.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/gzwrite.o src/engine/external/zlib/gzwrite.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/infback.o src/engine/external/zlib/infback.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/inffast.o src/engine/external/zlib/inffast.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/inflate.o src/engine/external/zlib/inflate.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/inftrees.o src/engine/external/zlib/inftrees.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/trees.o src/engine/external/zlib/trees.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/uncompr.o src/engine/external/zlib/uncompr.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -o objs/engine/external/zlib/zutil.o src/engine/external/zlib/zutil.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/pnglite/pnglite.o src/engine/external/pnglite/pnglite.c
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o crapnet.exe objs/tools/crapnet.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/dilate.o src/tools/dilate.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o dilate.exe objs/tools/dilate.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/fake_server.o src/tools/fake_server.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o fake_server.exe objs/tools/fake_server.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/map_resave.o src/tools/map_resave.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o map_resave.exe objs/tools/map_resave.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/map_version.o src/tools/map_version.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o map_version.exe objs/tools/map_version.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/packetgen.o src/tools/packetgen.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o packetgen.exe objs/tools/packetgen.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/tileset_borderadd.o src/tools/tileset_borderadd.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o tileset_borderadd.exe objs/tools/tileset_borderadd.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/tileset_borderfix.o src/tools/tileset_borderfix.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o tileset_borderfix.exe objs/tools/tileset_borderfix.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/tileset_borderrem.o src/tools/tileset_borderrem.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o tileset_borderrem.exe objs/tools/tileset_borderrem.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/tools/tileset_borderset.o src/tools/tileset_borderset.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o tileset_borderset.exe objs/tools/tileset_borderset.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/banmaster/banmaster.o src/banmaster/banmaster.cpp
g++ -O2 -pipe -fno-exceptions -fno-rtti -o banmaster.exe objs/banmaster/banmaster.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/mastersrv/mastersrv.o src/mastersrv/mastersrv.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o mastersrv.exe objs/mastersrv/mastersrv.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
python datasrc/compile.py network_header > src/game/generated/protocol.h
python scripts/cmd5.py src/engine/shared/protocol.h src/game/generated/protocol.h src/game/tuning.h src/game/gamecore.cpp src/game/generated/protocol.h > src/game/generated/nethash.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/versionsrv/versionsrv.o src/versionsrv/versionsrv.cpp
g++ -O2 -pipe -fno-exceptions -fno-rtti -o versionsrv.exe objs/versionsrv/versionsrv.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/server/register.o src/engine/server/register.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/server/server.o src/engine/server/server.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/collision.o src/game/collision.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/gamecore.o src/game/gamecore.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/layers.o src/game/layers.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/localization.o src/game/localization.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/teamscore.o src/game/teamscore.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/generated/nethash.o src/game/generated/nethash.cpp
python datasrc/compile.py network_source > src/game/generated/protocol.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/generated/protocol.o src/game/generated/protocol.cpp
python datasrc/compile.py server_content_header > src/game/generated/server_data.h
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/ddracechat.o src/game/server/ddracechat.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/ddracecommands.o src/game/server/ddracecommands.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/character.o src/game/server/entities/character.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/door.o src/game/server/entities/door.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/dragger.o src/game/server/entities/dragger.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/flag.o src/game/server/entities/flag.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/gun.o src/game/server/entities/gun.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/laser.o src/game/server/entities/laser.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/light.o src/game/server/entities/light.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/loltext.o src/game/server/entities/loltext.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/pickup.o src/game/server/entities/pickup.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/plasma.o src/game/server/entities/plasma.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entities/projectile.o src/game/server/entities/projectile.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/entity.o src/game/server/entity.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/eventhandler.o src/game/server/eventhandler.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gamecontext.o src/game/server/gamecontext.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gamecontroller.o src/game/server/gamecontroller.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gamemodes/ctf.o src/game/server/gamemodes/ctf.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gamemodes/DDRace.o src/game/server/gamemodes/DDRace.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gamemodes/dm.o src/game/server/gamemodes/dm.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gamemodes/mod.o src/game/server/gamemodes/mod.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gamemodes/tdm.o src/game/server/gamemodes/tdm.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/gameworld.o src/game/server/gameworld.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/memberlist.o src/game/server/memberlist.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/player.o src/game/server/player.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/score/file_score.o src/game/server/score/file_score.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/score/logger.o src/game/server/score/logger.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/score/sql_score.o src/game/server/score/sql_score.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/server/teams.o src/game/server/teams.cpp
python datasrc/compile.py server_content_source > src/game/generated/server_data.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/generated/server_data.o src/game/generated/server_data.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/md5/md5.o src/engine/external/md5/md5.cpp
windres -i other/icons/teeworlds_srv_gcc.rc -o other/icons/teeworlds_srv_gcc.coff
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -o XXLDDRace-Server_32.exe objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/server/register.o objs/engine/server/server.o objs/game/collision.o objs/game/gamecore.o objs/game/layers.o objs/game/localization.o objs/game/teamscore.o objs/game/generated/nethash.o objs/game/generated/protocol.o objs/game/server/ddracechat.o objs/game/server/ddracecommands.o objs/game/server/entities/character.o objs/game/server/entities/door.o objs/game/server/entities/dragger.o objs/game/server/entities/flag.o objs/game/server/entities/gun.o objs/game/server/entities/laser.o objs/game/server/entities/light.o objs/game/server/entities/loltext.o objs/game/server/entities/pickup.o objs/game/server/entities/plasma.o objs/game/server/entities/projectile.o objs/game/server/entity.o objs/game/server/eventhandler.o objs/game/server/gamecontext.o objs/game/server/gamecontroller.o objs/game/server/gamemodes/ctf.o objs/game/server/gamemodes/DDRace.o objs/game/server/gamemodes/dm.o objs/game/server/gamemodes/mod.o objs/game/server/gamemodes/tdm.o objs/game/server/gameworld.o objs/game/server/memberlist.o objs/game/server/player.o objs/game/server/score/file_score.o objs/game/server/score/logger.o objs/game/server/score/sql_score.o objs/game/server/teams.o objs/game/generated/server_data.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/md5/md5.o other/icons/teeworlds_srv_gcc.coff -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -O2 -static-libstdc++ -static-libgcc
python datasrc/compile.py client_content_header > src/game/generated/client_data.h
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/animstate.o src/game/client/animstate.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/binds.o src/game/client/components/binds.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/broadcast.o src/game/client/components/broadcast.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/camera.o src/game/client/components/camera.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/chat.o src/game/client/components/chat.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/console.o src/game/client/components/console.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/controls.o src/game/client/components/controls.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/countryflags.o src/game/client/components/countryflags.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/damageind.o src/game/client/components/damageind.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/debughud.o src/game/client/components/debughud.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/effects.o src/game/client/components/effects.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/emoticon.o src/game/client/components/emoticon.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/flow.o src/game/client/components/flow.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/ghost.o src/game/client/components/ghost.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/hud.o src/game/client/components/hud.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/items.o src/game/client/components/items.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/killmessages.o src/game/client/components/killmessages.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/mapimages.o src/game/client/components/mapimages.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/maplayers.o src/game/client/components/maplayers.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/menus.o src/game/client/components/menus.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/menus_browser.o src/game/client/components/menus_browser.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/menus_demo.o src/game/client/components/menus_demo.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/menus_ingame.o src/game/client/components/menus_ingame.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/menus_settings.o src/game/client/components/menus_settings.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/motd.o src/game/client/components/motd.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/nameplates.o src/game/client/components/nameplates.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/particles.o src/game/client/components/particles.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/players.o src/game/client/components/players.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/race_demo.o src/game/client/components/race_demo.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/scoreboard.o src/game/client/components/scoreboard.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/skins.o src/game/client/components/skins.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/sounds.o src/game/client/components/sounds.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/spectator.o src/game/client/components/spectator.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/components/voting.o src/game/client/components/voting.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/gameclient.o src/game/client/gameclient.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/lineinput.o src/game/client/lineinput.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/render.o src/game/client/render.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/render_map.o src/game/client/render_map.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/client/ui.o src/game/client/ui.cpp
python datasrc/compile.py client_content_source > src/game/generated/client_data.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/generated/client_data.o src/game/generated/client_data.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/backend_sdl.o src/engine/client/backend_sdl.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/client.o src/engine/client/client.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/friends.o src/engine/client/friends.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/graphics.o src/engine/client/graphics.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/graphics_threaded.o src/engine/client/graphics_threaded.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/input.o src/engine/client/input.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/serverbrowser.o src/engine/client/serverbrowser.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/sound.o src/engine/client/sound.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -I "other/sdl/include" -I "other/freetype/include" -o objs/engine/client/text.o src/engine/client/text.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/editor/auto_map.o src/game/editor/auto_map.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/editor/editor.o src/game/editor/editor.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/editor/io.o src/game/editor/io.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/editor/layer_game.o src/game/editor/layer_game.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/editor/layer_quads.o src/game/editor/layer_quads.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/editor/layer_tiles.o src/game/editor/layer_tiles.cpp
g++ -O2 -pipe -fno-exceptions -std=gnu++0x -fno-rtti -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/game/editor/popups.o src/game/editor/popups.cpp
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/bits.o src/engine/external/wavpack/bits.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/extra1.o src/engine/external/wavpack/extra1.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/extra2.o src/engine/external/wavpack/extra2.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/float.o src/engine/external/wavpack/float.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/metadata.o src/engine/external/wavpack/metadata.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/pack.o src/engine/external/wavpack/pack.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/tags.o src/engine/external/wavpack/tags.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/unpack.o src/engine/external/wavpack/unpack.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/unpack3.o src/engine/external/wavpack/unpack3.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/words.o src/engine/external/wavpack/words.c
gcc -O2 -pipe -fno-exceptions -Wall -c -DCONF_RELEASE -DNO_VIZ -I "src" -I "other/mysql/include" -I "src/engine/external/zlib" -o objs/engine/external/wavpack/wputils.o src/engine/external/wavpack/wputils.c
windres -i other/icons/teeworlds_gcc.rc -o other/icons/teeworlds_gcc.coff
g++ -O2 -fno-exceptions -fno-rtti -o XXLDDRace.exe objs/game/collision.o objs/game/gamecore.o objs/game/layers.o objs/game/localization.o objs/game/teamscore.o objs/game/generated/nethash.o objs/game/generated/protocol.o objs/game/client/animstate.o objs/game/client/components/binds.o objs/game/client/components/broadcast.o objs/game/client/components/camera.o objs/game/client/components/chat.o objs/game/client/components/console.o objs/game/client/components/controls.o objs/game/client/components/countryflags.o objs/game/client/components/damageind.o objs/game/client/components/debughud.o objs/game/client/components/effects.o objs/game/client/components/emoticon.o objs/game/client/components/flow.o objs/game/client/components/ghost.o objs/game/client/components/hud.o objs/game/client/components/items.o objs/game/client/components/killmessages.o objs/game/client/components/mapimages.o objs/game/client/components/maplayers.o objs/game/client/components/menus.o objs/game/client/components/menus_browser.o objs/game/client/components/menus_demo.o objs/game/client/components/menus_ingame.o objs/game/client/components/menus_settings.o objs/game/client/components/motd.o objs/game/client/components/nameplates.o objs/game/client/components/particles.o objs/game/client/components/players.o objs/game/client/components/race_demo.o objs/game/client/components/scoreboard.o objs/game/client/components/skins.o objs/game/client/components/sounds.o objs/game/client/components/spectator.o objs/game/client/components/voting.o objs/game/client/gameclient.o objs/game/client/lineinput.o objs/game/client/render.o objs/game/client/render_map.o objs/game/client/ui.o objs/game/generated/client_data.o objs/engine/shared/compression.o objs/engine/shared/config.o objs/engine/shared/console.o objs/engine/shared/datafile.o objs/engine/shared/demo.o objs/engine/shared/econ.o objs/engine/shared/engine.o objs/engine/shared/filecollection.o objs/engine/shared/huffman.o objs/engine/shared/jobs.o objs/engine/shared/kernel.o objs/engine/shared/linereader.o objs/engine/shared/map.o objs/engine/shared/mapchecker.o objs/engine/shared/masterserver.o objs/engine/shared/memheap.o objs/engine/shared/netban.o objs/engine/shared/network.o objs/engine/shared/network_client.o objs/engine/shared/network_conn.o objs/engine/shared/network_console.o objs/engine/shared/network_console_conn.o objs/engine/shared/network_server.o objs/engine/shared/packer.o objs/engine/shared/ringbuffer.o objs/engine/shared/snapshot.o objs/engine/shared/storage.o objs/base/system.o objs/engine/client/backend_sdl.o objs/engine/client/client.o objs/engine/client/friends.o objs/engine/client/graphics.o objs/engine/client/graphics_threaded.o objs/engine/client/input.o objs/engine/client/serverbrowser.o objs/engine/client/sound.o objs/engine/client/text.o objs/game/editor/auto_map.o objs/game/editor/editor.o objs/game/editor/io.o objs/game/editor/layer_game.o objs/game/editor/layer_quads.o objs/game/editor/layer_tiles.o objs/game/editor/popups.o objs/engine/external/zlib/adler32.o objs/engine/external/zlib/compress.o objs/engine/external/zlib/crc32.o objs/engine/external/zlib/deflate.o objs/engine/external/zlib/gzclose.o objs/engine/external/zlib/gzlib.o objs/engine/external/zlib/gzread.o objs/engine/external/zlib/gzwrite.o objs/engine/external/zlib/infback.o objs/engine/external/zlib/inffast.o objs/engine/external/zlib/inflate.o objs/engine/external/zlib/inftrees.o objs/engine/external/zlib/trees.o objs/engine/external/zlib/uncompr.o objs/engine/external/zlib/zutil.o objs/engine/external/pnglite/pnglite.o objs/engine/external/wavpack/bits.o objs/engine/external/wavpack/extra1.o objs/engine/external/wavpack/extra2.o objs/engine/external/wavpack/float.o objs/engine/external/wavpack/metadata.o objs/engine/external/wavpack/pack.o objs/engine/external/wavpack/tags.o objs/engine/external/wavpack/unpack.o objs/engine/external/wavpack/unpack3.o objs/engine/external/wavpack/words.o objs/engine/external/wavpack/wputils.o other/icons/teeworlds_gcc.coff -Lother/sdl/lib32 -Lother/freetype/lib32 -lgdi32 -luser32 -lws2_32 -lole32 -lshell32 -lopengl32 -lglu32 -lwinmm -lSDL -lSDLmain -lfreetype -static-libstdc++ -static-libgcc
copy /b "other\freetype\lib32\freetype.dll" "freetype.dll" >nul 2>&1
copy /b "other\sdl\lib32\SDL.dll" "SDL.dll" >nul 2>&1