a2ab8d8 by Eugenio Favalli at 2008-03-02 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
da3a1fd by Bjørn Lindeijer at 2006-07-19 2
<CodeBlocks_project_file>
a2ab8d8 by Eugenio Favalli at 2008-03-02 3
	<FileVersion major="1" minor="6" />
da3a1fd by Bjørn Lindeijer at 2006-07-19 4
	<Project>
a2ab8d8 by Eugenio Favalli at 2008-03-02 5
		<Option title="The Mana World" />
6
		<Option pch_mode="0" />
7
		<Option compiler="gcc" />
da3a1fd by Bjørn Lindeijer at 2006-07-19 8
		<Build>
63b4144 by Philipp Sehmisch at 2009-03-29 9
			<Target title="eAthena">
22f19d7 by Philipp Sehmisch at 2009-04-02 10
				<Option output="tmw-ea.exe" prefix_auto="0" extension_auto="0" />
f1d6803 by David Athay at 2009-04-20 11
				<Option object_output=".objs/ea" />
a2ab8d8 by Eugenio Favalli at 2008-03-02 12
				<Option type="0" />
13
				<Option compiler="gcc" />
1e9e9c7 by Philipp Sehmisch at 2009-01-09 14
				<Option parameters='-u -d &quot;D:/tmw/data&quot;' />
a2ab8d8 by Eugenio Favalli at 2008-03-02 15
				<Option projectResourceIncludeDirsRelation="0" />
da3a1fd by Bjørn Lindeijer at 2006-07-19 16
				<Compiler>
4624f64 by Philipp Sehmisch at 2009-02-12 17
					<Add option="-O3" />
a2ab8d8 by Eugenio Favalli at 2008-03-02 18
					<Add option="-Wall" />
19
					<Add option="-DUSE_OPENGL" />
20
					<Add option="-DNOGDI" />
a8bf33d by Philipp Sehmisch at 2009-01-27 21
					<Add option="-DENABLE_NLS" />
63b4144 by Philipp Sehmisch at 2009-03-29 22
					<Add option="-DEATHENA_SUPPORT" />
da3a1fd by Bjørn Lindeijer at 2006-07-19 23
				</Compiler>
24
				<Linker>
a2ab8d8 by Eugenio Favalli at 2008-03-02 25
					<Add library="guichan" />
26
					<Add library="guichan_sdl" />
27
					<Add library="guichan_opengl" />
28
					<Add library="wsock32" />
29
					<Add library="SDL_image" />
30
					<Add library="SDL_mixer" />
31
					<Add library="SDL_net" />
69dddef by Bjørn Lindeijer at 2009-01-01 32
					<Add library="SDL_ttf" />
a2ab8d8 by Eugenio Favalli at 2008-03-02 33
					<Add library="mingw32" />
34
					<Add library="SDLmain" />
35
					<Add library="SDL.dll" />
36
					<Add library="xml2.dll" />
37
					<Add library="opengl32" />
38
					<Add library="png12.dll" />
39
					<Add library="z.dll" />
40
					<Add library="physfs" />
41
					<Add library="curl.dll" />
a8bf33d by Philipp Sehmisch at 2009-01-27 42
					<Add library="intl" />
f1d6803 by David Athay at 2009-04-20 43
					<Add directory="E:/Programme/CodeBlocks/include/SDL" />
da3a1fd by Bjørn Lindeijer at 2006-07-19 44
				</Linker>
45
			</Target>
4c6c35c by David Athay at 2009-04-06 46
			<Target title="Unix TMWSERV">
b50649e by David Athay at 2008-04-11 47
				<Option platforms="Unix;" />
48
				<Option output="tmw" prefix_auto="1" extension_auto="1" />
f1d6803 by David Athay at 2009-04-20 49
				<Option object_output=".objs/tmwserv" />
b50649e by David Athay at 2008-04-11 50
				<Option type="0" />
51
				<Option compiler="gcc" />
f1d6803 by David Athay at 2009-04-20 52
				<Option parameters='-u -d &quot;../tmwdata&quot;' />
b50649e by David Athay at 2008-04-11 53
				<Compiler>
54
					<Add option="-Wall" />
55
					<Add option="-g" />
56
					<Add option="`sdl-config --cflags`" />
4c6c35c by David Athay at 2009-04-06 57
					<Add option="-DTMWSERV_SUPPORT" />
58
					<Add option="-DUSE_OPENGL" />
f1d6803 by David Athay at 2009-04-20 59
					<Add directory="/usr/local/include/libxml2" />
b50649e by David Athay at 2008-04-11 60
				</Compiler>
61
				<Linker>
62
					<Add option="`sdl-config --libs`" />
63
					<Add library="guichan" />
64
					<Add library="guichan_sdl" />
65
					<Add library="guichan_opengl" />
66
					<Add library="GL" />
67
					<Add library="physfs" />
68
					<Add library="curl" />
69
					<Add library="xml2" />
70
					<Add library="SDL_mixer" />
71
					<Add library="SDL_net" />
72
					<Add library="SDL_image" />
69dddef by Bjørn Lindeijer at 2009-01-01 73
					<Add library="SDL_ttf" />
b50649e by David Athay at 2008-04-11 74
					<Add library="png" />
4c6c35c by David Athay at 2009-04-06 75
					<Add library="enet" />
b50649e by David Athay at 2008-04-11 76
				</Linker>
77
			</Target>
63b4144 by Philipp Sehmisch at 2009-03-29 78
			<Target title="TMWServ">
22f19d7 by Philipp Sehmisch at 2009-04-02 79
				<Option output="tmw-tmwserv.exe" prefix_auto="0" extension_auto="0" />
f1d6803 by David Athay at 2009-04-20 80
				<Option object_output=".objs/tmwserv" />
63b4144 by Philipp Sehmisch at 2009-03-29 81
				<Option type="0" />
82
				<Option compiler="gcc" />
83
				<Option parameters='-u -d &quot;D:/tmw/data&quot;' />
84
				<Option projectResourceIncludeDirsRelation="0" />
85
				<Compiler>
86
					<Add option="-O3" />
87
					<Add option="-Wall" />
88
					<Add option="-DUSE_OPENGL" />
89
					<Add option="-DNOGDI" />
90
					<Add option="-DENABLE_NLS" />
91
					<Add option="-DTMWSERV_SUPPORT" />
92
				</Compiler>
93
				<Linker>
94
					<Add library="guichan" />
95
					<Add library="guichan_sdl" />
96
					<Add library="guichan_opengl" />
97
					<Add library="enet" />
98
					<Add library="SDL_image" />
99
					<Add library="SDL_mixer" />
100
					<Add library="SDL_net" />
101
					<Add library="SDL_ttf" />
102
					<Add library="mingw32" />
103
					<Add library="SDLmain" />
104
					<Add library="SDL.dll" />
105
					<Add library="xml2.dll" />
106
					<Add library="opengl32" />
107
					<Add library="png12.dll" />
108
					<Add library="z.dll" />
109
					<Add library="physfs" />
110
					<Add library="curl.dll" />
111
					<Add library="intl" />
112
					<Add library="ws2_32" />
113
					<Add library="winmm" />
114
				</Linker>
115
			</Target>
4c6c35c by David Athay at 2009-04-06 116
			<Target title="UNIX eAthena">
117
				<Option platforms="Unix;" />
118
				<Option output="ea-tmw" prefix_auto="1" extension_auto="1" />
f1d6803 by David Athay at 2009-04-20 119
				<Option object_output=".objs/ea" />
4c6c35c by David Athay at 2009-04-06 120
				<Option type="0" />
121
				<Option compiler="gcc" />
122
				<Compiler>
123
					<Add option="-Wall" />
124
					<Add option="-g" />
125
					<Add option="`sdl-config --cflags`" />
126
					<Add option="-DEATHENA_SUPPORT" />
127
					<Add option="-DUSE_OPENGL" />
f1d6803 by David Athay at 2009-04-20 128
					<Add directory="/usr/local/include/libxml2" />
4c6c35c by David Athay at 2009-04-06 129
				</Compiler>
130
				<Linker>
131
					<Add option="`sdl-config --libs`" />
132
					<Add library="guichan" />
133
					<Add library="guichan_sdl" />
134
					<Add library="guichan_opengl" />
135
					<Add library="GL" />
136
					<Add library="physfs" />
137
					<Add library="curl" />
138
					<Add library="xml2" />
139
					<Add library="SDL_mixer" />
140
					<Add library="SDL_net" />
141
					<Add library="SDL_image" />
142
					<Add library="SDL_ttf" />
143
					<Add library="png" />
144
				</Linker>
145
			</Target>
da3a1fd by Bjørn Lindeijer at 2006-07-19 146
		</Build>
a2ab8d8 by Eugenio Favalli at 2008-03-02 147
		<VirtualTargets>
63b4144 by Philipp Sehmisch at 2009-03-29 148
			<Add alias="All" targets="eAthena;" />
a2ab8d8 by Eugenio Favalli at 2008-03-02 149
		</VirtualTargets>
150
		<Compiler>
f1d6803 by David Athay at 2009-04-20 151
			<Add directory="src/" />
eecda49 by Bjørn Lindeijer at 2008-12-27 152
			<Add directory="include" />
f1d6803 by David Athay at 2009-04-20 153
			<Add directory="include/libxml2" />
154
			<Add directory="include/SDL" />
a2ab8d8 by Eugenio Favalli at 2008-03-02 155
		</Compiler>
eecda49 by Bjørn Lindeijer at 2008-12-27 156
		<Linker>
157
			<Add directory="lib" />
158
		</Linker>
f1d6803 by David Athay at 2009-04-20 159
		<Unit filename="src/SDLMain.h" />
160
		<Unit filename="src/animatedsprite.cpp" />
161
		<Unit filename="src/animatedsprite.h" />
162
		<Unit filename="src/animationparticle.cpp" />
163
		<Unit filename="src/animationparticle.h" />
164
		<Unit filename="src/being.cpp" />
165
		<Unit filename="src/being.h" />
166
		<Unit filename="src/beingmanager.cpp" />
167
		<Unit filename="src/beingmanager.h" />
168
		<Unit filename="src/channel.cpp" />
169
		<Unit filename="src/channel.h" />
170
		<Unit filename="src/channelmanager.cpp" />
171
		<Unit filename="src/channelmanager.h" />
172
		<Unit filename="src/commandhandler.cpp" />
173
		<Unit filename="src/commandhandler.h" />
174
		<Unit filename="src/configlistener.h" />
175
		<Unit filename="src/configuration.cpp" />
176
		<Unit filename="src/configuration.h" />
177
		<Unit filename="src/effectmanager.cpp" />
178
		<Unit filename="src/effectmanager.h" />
179
		<Unit filename="src/emoteshortcut.cpp" />
180
		<Unit filename="src/emoteshortcut.h" />
181
		<Unit filename="src/engine.cpp" />
182
		<Unit filename="src/engine.h" />
183
		<Unit filename="src/equipment.cpp" />
184
		<Unit filename="src/equipment.h" />
3cca654 by Bjørn Lindeijer at 2009-04-29 185
		<Unit filename="src/flooritem.cpp" />
186
		<Unit filename="src/flooritem.h" />
f1d6803 by David Athay at 2009-04-20 187
		<Unit filename="src/flooritemmanager.cpp" />
188
		<Unit filename="src/flooritemmanager.h" />
189
		<Unit filename="src/game.cpp" />
190
		<Unit filename="src/game.h" />
191
		<Unit filename="src/graphics.cpp" />
192
		<Unit filename="src/graphics.h" />
193
		<Unit filename="src/gui/buddywindow.cpp">
4c6c35c by David Athay at 2009-04-06 194
			<Option target="TMWServ" />
195
			<Option target="Unix TMWSERV" />
196
		</Unit>
f1d6803 by David Athay at 2009-04-20 197
		<Unit filename="src/gui/buddywindow.h">
4c6c35c by David Athay at 2009-04-06 198
			<Option target="TMWServ" />
199
			<Option target="Unix TMWSERV" />
200
		</Unit>
f1d6803 by David Athay at 2009-04-20 201
		<Unit filename="src/gui/buy.cpp" />
202
		<Unit filename="src/gui/buy.h" />
203
		<Unit filename="src/gui/buysell.cpp" />
204
		<Unit filename="src/gui/buysell.h" />
3c6fb07 by Stefan Dombrowski at 2009-10-02 205
		<Unit filename="src/gui/changeemaildialog.cpp" />
206
		<Unit filename="src/gui/changeemaildialog.h" />
8557f3b by Dennis Friis at 2009-05-25 207
		<Unit filename="src/gui/changepassworddialog.cpp" />
208
		<Unit filename="src/gui/changepassworddialog.h" />
f1d6803 by David Athay at 2009-04-20 209
		<Unit filename="src/gui/charcreatedialog.cpp" />
210
		<Unit filename="src/gui/charcreatedialog.h" />
e7df8c9 by David Athay at 2009-05-18 211
		<Unit filename="src/gui/charselectdialog.cpp" />
212
		<Unit filename="src/gui/charselectdialog.h" />
f1d6803 by David Athay at 2009-04-20 213
		<Unit filename="src/gui/chat.cpp" />
214
		<Unit filename="src/gui/chat.h" />
3cca654 by Bjørn Lindeijer at 2009-04-29 215
		<Unit filename="src/gui/confirmdialog.cpp" />
216
		<Unit filename="src/gui/confirmdialog.h" />
175c5cc by David Athay at 2009-07-21 217
		<Unit filename="src/gui/connectiondialog.cpp" />
218
		<Unit filename="src/gui/connectiondialog.h" />
f1d6803 by David Athay at 2009-04-20 219
		<Unit filename="src/gui/debugwindow.cpp" />
220
		<Unit filename="src/gui/debugwindow.h" />
6cacaa3 by Bjørn Lindeijer at 2009-05-04 221
		<Unit filename="src/gui/emotepopup.cpp" />
222
		<Unit filename="src/gui/emotepopup.h" />
f1d6803 by David Athay at 2009-04-20 223
		<Unit filename="src/gui/emoteshortcutcontainer.cpp" />
224
		<Unit filename="src/gui/emoteshortcutcontainer.h" />
225
		<Unit filename="src/gui/equipmentwindow.cpp" />
226
		<Unit filename="src/gui/equipmentwindow.h" />
227
		<Unit filename="src/gui/focushandler.cpp" />
228
		<Unit filename="src/gui/focushandler.h" />
229
		<Unit filename="src/gui/gui.cpp" />
230
		<Unit filename="src/gui/gui.h" />
231
		<Unit filename="src/gui/guildlistbox.cpp">
0883979 by Philipp Sehmisch at 2009-04-08 232
			<Option target="TMWServ" />
233
			<Option target="Unix TMWSERV" />
234
		</Unit>
f1d6803 by David Athay at 2009-04-20 235
		<Unit filename="src/gui/guildlistbox.h">
0883979 by Philipp Sehmisch at 2009-04-08 236
			<Option target="TMWServ" />
237
			<Option target="Unix TMWSERV" />
238
		</Unit>
f1d6803 by David Athay at 2009-04-20 239
		<Unit filename="src/gui/guildwindow.cpp">
240
			<Option target="TMWServ" />
241
			<Option target="Unix TMWSERV" />
242
		</Unit>
243
		<Unit filename="src/gui/guildwindow.h">
244
			<Option target="TMWServ" />
245
			<Option target="Unix TMWSERV" />
246
		</Unit>
247
		<Unit filename="src/gui/help.cpp" />
248
		<Unit filename="src/gui/help.h" />
249
		<Unit filename="src/gui/inventorywindow.cpp" />
250
		<Unit filename="src/gui/inventorywindow.h" />
3cca654 by Bjørn Lindeijer at 2009-04-29 251
		<Unit filename="src/gui/itemamount.cpp" />
252
		<Unit filename="src/gui/itemamount.h" />
f1d6803 by David Athay at 2009-04-20 253
		<Unit filename="src/gui/itemcontainer.cpp" />
254
		<Unit filename="src/gui/itemcontainer.h" />
255
		<Unit filename="src/gui/itemlinkhandler.cpp" />
256
		<Unit filename="src/gui/itemlinkhandler.h" />
257
		<Unit filename="src/gui/itempopup.cpp" />
258
		<Unit filename="src/gui/itempopup.h" />
259
		<Unit filename="src/gui/itemshortcutcontainer.cpp" />
260
		<Unit filename="src/gui/itemshortcutcontainer.h" />
261
		<Unit filename="src/gui/linkhandler.h" />
262
		<Unit filename="src/gui/login.cpp" />
263
		<Unit filename="src/gui/login.h" />
264
		<Unit filename="src/gui/minimap.cpp" />
265
		<Unit filename="src/gui/minimap.h" />
266
		<Unit filename="src/gui/ministatus.cpp" />
267
		<Unit filename="src/gui/ministatus.h" />
e7df8c9 by David Athay at 2009-05-18 268
		<Unit filename="src/gui/npcdialog.cpp" />
269
		<Unit filename="src/gui/npcdialog.h" />
f1d6803 by David Athay at 2009-04-20 270
		<Unit filename="src/gui/npcintegerdialog.h" />
271
		<Unit filename="src/gui/npclistdialog.h" />
272
		<Unit filename="src/gui/npcpostdialog.cpp" />
273
		<Unit filename="src/gui/npcpostdialog.h" />
274
		<Unit filename="src/gui/npcstringdialog.h" />
e7df8c9 by David Athay at 2009-05-18 275
		<Unit filename="src/gui/npctextdialog.h" />
3cca654 by Bjørn Lindeijer at 2009-04-29 276
		<Unit filename="src/gui/okdialog.cpp" />
277
		<Unit filename="src/gui/okdialog.h" />
2032ca0 by Jared Adams at 2009-05-14 278
		<Unit filename="src/gui/outfitwindow.cpp" />
279
		<Unit filename="src/gui/outfitwindow.h" />
f1d6803 by David Athay at 2009-04-20 280
		<Unit filename="src/gui/palette.cpp" />
281
		<Unit filename="src/gui/palette.h" />
282
		<Unit filename="src/gui/partywindow.cpp" />
283
		<Unit filename="src/gui/partywindow.h" />
284
		<Unit filename="src/gui/playerbox.cpp" />
285
		<Unit filename="src/gui/playerbox.h" />
286
		<Unit filename="src/gui/popupmenu.cpp" />
287
		<Unit filename="src/gui/popupmenu.h" />
3c6fb07 by Stefan Dombrowski at 2009-10-02 288
		<Unit filename="src/gui/quitdialog.cpp" />
289
		<Unit filename="src/gui/quitdialog.h" />
f1d6803 by David Athay at 2009-04-20 290
		<Unit filename="src/gui/recorder.cpp" />
291
		<Unit filename="src/gui/recorder.h" />
292
		<Unit filename="src/gui/register.cpp" />
293
		<Unit filename="src/gui/register.h" />
294
		<Unit filename="src/gui/sdlinput.cpp" />
295
		<Unit filename="src/gui/sdlinput.h" />
296
		<Unit filename="src/gui/sell.cpp" />
297
		<Unit filename="src/gui/sell.h" />
3c6fb07 by Stefan Dombrowski at 2009-10-02 298
		<Unit filename="src/gui/serverdialog.cpp" />
299
		<Unit filename="src/gui/serverdialog.h" />
f1d6803 by David Athay at 2009-04-20 300
		<Unit filename="src/gui/setup.cpp" />
301
		<Unit filename="src/gui/setup.h" />
302
		<Unit filename="src/gui/setup_audio.cpp" />
303
		<Unit filename="src/gui/setup_audio.h" />
304
		<Unit filename="src/gui/setup_colors.cpp" />
305
		<Unit filename="src/gui/setup_colors.h" />
306
		<Unit filename="src/gui/setup_joystick.cpp" />
307
		<Unit filename="src/gui/setup_joystick.h" />
308
		<Unit filename="src/gui/setup_keyboard.cpp" />
309
		<Unit filename="src/gui/setup_keyboard.h" />
310
		<Unit filename="src/gui/setup_players.cpp" />
311
		<Unit filename="src/gui/setup_players.h" />
312
		<Unit filename="src/gui/setup_video.cpp" />
313
		<Unit filename="src/gui/setup_video.h" />
314
		<Unit filename="src/gui/setuptab.cpp" />
315
		<Unit filename="src/gui/setuptab.h" />
316
		<Unit filename="src/gui/shop.cpp" />
317
		<Unit filename="src/gui/shop.h" />
318
		<Unit filename="src/gui/shoplistbox.cpp" />
319
		<Unit filename="src/gui/shoplistbox.h" />
320
		<Unit filename="src/gui/shortcutcontainer.cpp" />
321
		<Unit filename="src/gui/shortcutcontainer.h" />
322
		<Unit filename="src/gui/shortcutwindow.cpp" />
323
		<Unit filename="src/gui/shortcutwindow.h" />
6c68287 by Jared Adams at 2009-07-09 324
		<Unit filename="src/gui/skilldialog.cpp" />
325
		<Unit filename="src/gui/skilldialog.h" />
f1d6803 by David Athay at 2009-04-20 326
		<Unit filename="src/gui/skin.cpp" />
327
		<Unit filename="src/gui/skin.h" />
328
		<Unit filename="src/gui/speechbubble.cpp" />
329
		<Unit filename="src/gui/speechbubble.h" />
1b13d85 by Jared Adams at 2009-08-11 330
		<Unit filename="src/gui/specialswindow.cpp" />
331
		<Unit filename="src/gui/specialswindow.h" />
5141dc4 by Jared Adams at 2009-07-20 332
		<Unit filename="src/gui/statuswindow.cpp" />
333
		<Unit filename="src/gui/statuswindow.h" />
f1d6803 by David Athay at 2009-04-20 334
		<Unit filename="src/gui/storagewindow.cpp" />
335
		<Unit filename="src/gui/storagewindow.h" />
336
		<Unit filename="src/gui/table.cpp" />
337
		<Unit filename="src/gui/table.h" />
3cca654 by Bjørn Lindeijer at 2009-04-29 338
		<Unit filename="src/gui/tablemodel.cpp" />
339
		<Unit filename="src/gui/tablemodel.h" />
f1d6803 by David Athay at 2009-04-20 340
		<Unit filename="src/gui/textdialog.cpp">
341
			<Option target="TMWServ" />
342
			<Option target="Unix TMWSERV" />
343
		</Unit>
344
		<Unit filename="src/gui/textdialog.h">
345
			<Option target="TMWServ" />
346
			<Option target="Unix TMWSERV" />
347
		</Unit>
348
		<Unit filename="src/gui/textrenderer.h" />
349
		<Unit filename="src/gui/trade.cpp" />
350
		<Unit filename="src/gui/trade.h" />
351
		<Unit filename="src/gui/truetypefont.cpp" />
352
		<Unit filename="src/gui/truetypefont.h" />
3c6fb07 by Stefan Dombrowski at 2009-10-02 353
		<Unit filename="src/gui/unregisterdialog.cpp" />
354
		<Unit filename="src/gui/unregisterdialog.h" />
f1d6803 by David Athay at 2009-04-20 355
		<Unit filename="src/gui/updatewindow.cpp" />
356
		<Unit filename="src/gui/updatewindow.h" />
357
		<Unit filename="src/gui/viewport.cpp" />
358
		<Unit filename="src/gui/viewport.h" />
359
		<Unit filename="src/gui/widgets/avatar.cpp" />
360
		<Unit filename="src/gui/widgets/avatar.h" />
361
		<Unit filename="src/gui/widgets/browserbox.cpp" />
362
		<Unit filename="src/gui/widgets/browserbox.h" />
363
		<Unit filename="src/gui/widgets/button.cpp" />
364
		<Unit filename="src/gui/widgets/button.h" />
365
		<Unit filename="src/gui/widgets/channeltab.cpp" />
366
		<Unit filename="src/gui/widgets/channeltab.h" />
367
		<Unit filename="src/gui/widgets/chattab.cpp" />
368
		<Unit filename="src/gui/widgets/chattab.h" />
369
		<Unit filename="src/gui/widgets/checkbox.cpp" />
370
		<Unit filename="src/gui/widgets/checkbox.h" />
371
		<Unit filename="src/gui/widgets/container.cpp" />
372
		<Unit filename="src/gui/widgets/container.h" />
373
		<Unit filename="src/gui/widgets/desktop.cpp" />
374
		<Unit filename="src/gui/widgets/desktop.h" />
375
		<Unit filename="src/gui/widgets/dropdown.cpp" />
376
		<Unit filename="src/gui/widgets/dropdown.h" />
1b13d85 by Jared Adams at 2009-08-11 377
		<Unit filename="src/gui/widgets/flowcontainer.cpp" />
378
		<Unit filename="src/gui/widgets/flowcontainer.h" />
f1d6803 by David Athay at 2009-04-20 379
		<Unit filename="src/gui/widgets/icon.cpp" />
380
		<Unit filename="src/gui/widgets/icon.h" />
381
		<Unit filename="src/gui/widgets/inttextfield.cpp" />
382
		<Unit filename="src/gui/widgets/inttextfield.h" />
383
		<Unit filename="src/gui/widgets/label.cpp" />
384
		<Unit filename="src/gui/widgets/label.h" />
385
		<Unit filename="src/gui/widgets/layout.cpp" />
386
		<Unit filename="src/gui/widgets/layout.h" />
387
		<Unit filename="src/gui/widgets/layouthelper.cpp" />
388
		<Unit filename="src/gui/widgets/layouthelper.h" />
389
		<Unit filename="src/gui/widgets/listbox.cpp" />
390
		<Unit filename="src/gui/widgets/listbox.h" />
391
		<Unit filename="src/gui/widgets/passwordfield.cpp" />
392
		<Unit filename="src/gui/widgets/passwordfield.h" />
393
		<Unit filename="src/gui/widgets/popup.cpp" />
394
		<Unit filename="src/gui/widgets/popup.h" />
395
		<Unit filename="src/gui/widgets/progressbar.cpp" />
396
		<Unit filename="src/gui/widgets/progressbar.h" />
397
		<Unit filename="src/gui/widgets/radiobutton.cpp" />
398
		<Unit filename="src/gui/widgets/radiobutton.h" />
399
		<Unit filename="src/gui/widgets/resizegrip.cpp" />
400
		<Unit filename="src/gui/widgets/resizegrip.h" />
401
		<Unit filename="src/gui/widgets/scrollarea.cpp" />
402
		<Unit filename="src/gui/widgets/scrollarea.h" />
403
		<Unit filename="src/gui/widgets/slider.cpp" />
404
		<Unit filename="src/gui/widgets/slider.h" />
405
		<Unit filename="src/gui/widgets/tab.cpp" />
406
		<Unit filename="src/gui/widgets/tab.h" />
407
		<Unit filename="src/gui/widgets/tabbedarea.cpp" />
408
		<Unit filename="src/gui/widgets/tabbedarea.h" />
409
		<Unit filename="src/gui/widgets/textbox.cpp" />
410
		<Unit filename="src/gui/widgets/textbox.h" />
411
		<Unit filename="src/gui/widgets/textfield.cpp" />
412
		<Unit filename="src/gui/widgets/textfield.h" />
413
		<Unit filename="src/gui/widgets/textpreview.cpp" />
414
		<Unit filename="src/gui/widgets/textpreview.h" />
5662b7d by Jared Adams at 2009-07-07 415
		<Unit filename="src/gui/widgets/vertcontainer.cpp" />
416
		<Unit filename="src/gui/widgets/vertcontainer.h" />
f1d6803 by David Athay at 2009-04-20 417
		<Unit filename="src/gui/widgets/whispertab.cpp" />
418
		<Unit filename="src/gui/widgets/whispertab.h" />
419
		<Unit filename="src/gui/widgets/window.cpp" />
420
		<Unit filename="src/gui/widgets/window.h" />
421
		<Unit filename="src/gui/widgets/windowcontainer.cpp" />
422
		<Unit filename="src/gui/widgets/windowcontainer.h" />
6cacaa3 by Bjørn Lindeijer at 2009-05-04 423
		<Unit filename="src/gui/windowmenu.cpp" />
424
		<Unit filename="src/gui/windowmenu.h" />
d4f32a3 by Jared Adams at 2009-10-01 425
		<Unit filename="src/gui/worldselectdialog.cpp" />
426
		<Unit filename="src/gui/worldselectdialog.h" />
f1d6803 by David Athay at 2009-04-20 427
		<Unit filename="src/guichanfwd.h" />
428
		<Unit filename="src/guild.cpp">
429
			<Option target="TMWServ" />
430
			<Option target="Unix TMWSERV" />
431
		</Unit>
432
		<Unit filename="src/guild.h">
433
			<Option target="TMWServ" />
434
			<Option target="Unix TMWSERV" />
435
		</Unit>
436
		<Unit filename="src/imageparticle.cpp" />
437
		<Unit filename="src/imageparticle.h" />
438
		<Unit filename="src/inventory.cpp" />
439
		<Unit filename="src/inventory.h" />
440
		<Unit filename="src/item.cpp" />
441
		<Unit filename="src/item.h" />
442
		<Unit filename="src/itemshortcut.cpp" />
443
		<Unit filename="src/itemshortcut.h" />
444
		<Unit filename="src/joystick.cpp" />
445
		<Unit filename="src/joystick.h" />
446
		<Unit filename="src/keyboardconfig.cpp" />
447
		<Unit filename="src/keyboardconfig.h" />
448
		<Unit filename="src/localplayer.cpp" />
449
		<Unit filename="src/localplayer.h" />
450
		<Unit filename="src/lockedarray.h" />
451
		<Unit filename="src/log.cpp" />
452
		<Unit filename="src/log.h" />
453
		<Unit filename="src/main.cpp" />
454
		<Unit filename="src/main.h" />
455
		<Unit filename="src/map.cpp" />
456
		<Unit filename="src/map.h" />
457
		<Unit filename="src/monster.cpp" />
458
		<Unit filename="src/monster.h" />
459
		<Unit filename="src/net/adminhandler.h" />
460
		<Unit filename="src/net/charhandler.h" />
461
		<Unit filename="src/net/chathandler.h" />
0aed5e4 by Jared Adams at 2009-10-13 462
		<Unit filename="src/net/download.cpp" />
463
		<Unit filename="src/net/download.h" />
f1d6803 by David Athay at 2009-04-20 464
		<Unit filename="src/net/ea/adminhandler.cpp">
4c6c35c by David Athay at 2009-04-06 465
			<Option target="eAthena" />
466
			<Option target="UNIX eAthena" />
22f19d7 by Philipp Sehmisch at 2009-04-02 467
		</Unit>
f1d6803 by David Athay at 2009-04-20 468
		<Unit filename="src/net/ea/adminhandler.h">
22f19d7 by Philipp Sehmisch at 2009-04-02 469
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 470
			<Option target="UNIX eAthena" />
22f19d7 by Philipp Sehmisch at 2009-04-02 471
		</Unit>
f1d6803 by David Athay at 2009-04-20 472
		<Unit filename="src/net/ea/beinghandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 473
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 474
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 475
		</Unit>
f1d6803 by David Athay at 2009-04-20 476
		<Unit filename="src/net/ea/beinghandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 477
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 478
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 479
		</Unit>
f1d6803 by David Athay at 2009-04-20 480
		<Unit filename="src/net/ea/buysellhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 481
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 482
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 483
		</Unit>
f1d6803 by David Athay at 2009-04-20 484
		<Unit filename="src/net/ea/buysellhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 485
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 486
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 487
		</Unit>
f1d6803 by David Athay at 2009-04-20 488
		<Unit filename="src/net/ea/charserverhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 489
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 490
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 491
		</Unit>
f1d6803 by David Athay at 2009-04-20 492
		<Unit filename="src/net/ea/charserverhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 493
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 494
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 495
		</Unit>
f1d6803 by David Athay at 2009-04-20 496
		<Unit filename="src/net/ea/chathandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 497
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 498
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 499
		</Unit>
f1d6803 by David Athay at 2009-04-20 500
		<Unit filename="src/net/ea/chathandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 501
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 502
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 503
		</Unit>
f1d6803 by David Athay at 2009-04-20 504
		<Unit filename="src/net/ea/equipmenthandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 505
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 506
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 507
		</Unit>
f1d6803 by David Athay at 2009-04-20 508
		<Unit filename="src/net/ea/equipmenthandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 509
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 510
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 511
		</Unit>
d4f32a3 by Jared Adams at 2009-10-01 512
		<Unit filename="src/net/ea/gamehandler.cpp">
513
			<Option target="eAthena" />
514
			<Option target="UNIX eAthena" />
515
		</Unit>
516
		<Unit filename="src/net/ea/gamehandler.h">
517
			<Option target="eAthena" />
518
			<Option target="UNIX eAthena" />
519
		</Unit>
f1d6803 by David Athay at 2009-04-20 520
		<Unit filename="src/net/ea/generalhandler.cpp">
3e8ed12 by Jared Adams at 2009-04-07 521
			<Option target="eAthena" />
522
			<Option target="UNIX eAthena" />
523
		</Unit>
f1d6803 by David Athay at 2009-04-20 524
		<Unit filename="src/net/ea/generalhandler.h">
3e8ed12 by Jared Adams at 2009-04-07 525
			<Option target="eAthena" />
526
			<Option target="UNIX eAthena" />
527
		</Unit>
f1d6803 by David Athay at 2009-04-20 528
		<Unit filename="src/net/ea/gui/partytab.cpp">
985e65f by Philipp Sehmisch at 2009-03-29 529
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 530
			<Option target="UNIX eAthena" />
985e65f by Philipp Sehmisch at 2009-03-29 531
		</Unit>
f1d6803 by David Athay at 2009-04-20 532
		<Unit filename="src/net/ea/gui/partytab.h">
985e65f by Philipp Sehmisch at 2009-03-29 533
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 534
			<Option target="UNIX eAthena" />
985e65f by Philipp Sehmisch at 2009-03-29 535
		</Unit>
f1d6803 by David Athay at 2009-04-20 536
		<Unit filename="src/net/ea/inventoryhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 537
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 538
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 539
		</Unit>
f1d6803 by David Athay at 2009-04-20 540
		<Unit filename="src/net/ea/inventoryhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 541
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 542
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 543
		</Unit>
f1d6803 by David Athay at 2009-04-20 544
		<Unit filename="src/net/ea/itemhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 545
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 546
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 547
		</Unit>
f1d6803 by David Athay at 2009-04-20 548
		<Unit filename="src/net/ea/itemhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 549
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 550
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 551
		</Unit>
f1d6803 by David Athay at 2009-04-20 552
		<Unit filename="src/net/ea/loginhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 553
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 554
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 555
		</Unit>
f1d6803 by David Athay at 2009-04-20 556
		<Unit filename="src/net/ea/loginhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 557
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 558
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 559
		</Unit>
f1d6803 by David Athay at 2009-04-20 560
		<Unit filename="src/net/ea/network.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 561
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 562
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 563
		</Unit>
f1d6803 by David Athay at 2009-04-20 564
		<Unit filename="src/net/ea/network.h">
63b4144 by Philipp Sehmisch at 2009-03-29 565
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 566
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 567
		</Unit>
f1d6803 by David Athay at 2009-04-20 568
		<Unit filename="src/net/ea/npchandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 569
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 570
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 571
		</Unit>
f1d6803 by David Athay at 2009-04-20 572
		<Unit filename="src/net/ea/npchandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 573
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 574
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 575
		</Unit>
f1d6803 by David Athay at 2009-04-20 576
		<Unit filename="src/net/ea/partyhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 577
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 578
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 579
		</Unit>
f1d6803 by David Athay at 2009-04-20 580
		<Unit filename="src/net/ea/partyhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 581
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 582
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 583
		</Unit>
f1d6803 by David Athay at 2009-04-20 584
		<Unit filename="src/net/ea/playerhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 585
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 586
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 587
		</Unit>
f1d6803 by David Athay at 2009-04-20 588
		<Unit filename="src/net/ea/playerhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 589
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 590
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 591
		</Unit>
f1d6803 by David Athay at 2009-04-20 592
		<Unit filename="src/net/ea/protocol.h">
63b4144 by Philipp Sehmisch at 2009-03-29 593
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 594
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 595
		</Unit>
6d3e531 by Jared Adams at 2009-07-14 596
		<Unit filename="src/net/ea/specialhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 597
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 598
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 599
		</Unit>
6d3e531 by Jared Adams at 2009-07-14 600
		<Unit filename="src/net/ea/specialhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 601
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 602
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 603
		</Unit>
f1d6803 by David Athay at 2009-04-20 604
		<Unit filename="src/net/ea/tradehandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 605
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 606
			<Option target="UNIX eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 607
		</Unit>
f1d6803 by David Athay at 2009-04-20 608
		<Unit filename="src/net/ea/tradehandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 609
			<Option target="eAthena" />
4c6c35c by David Athay at 2009-04-06 610
			<Option target="UNIX eAthena" />
611
		</Unit>
d4f32a3 by Jared Adams at 2009-10-01 612
		<Unit filename="src/net/gamehandler.h" />
f1d6803 by David Athay at 2009-04-20 613
		<Unit filename="src/net/generalhandler.h" />
614
		<Unit filename="src/net/guildhandler.h" />
615
		<Unit filename="src/net/inventoryhandler.h" />
616
		<Unit filename="src/net/loginhandler.h" />
617
		<Unit filename="src/net/messagehandler.cpp" />
618
		<Unit filename="src/net/messagehandler.h" />
619
		<Unit filename="src/net/messagein.cpp" />
620
		<Unit filename="src/net/messagein.h" />
621
		<Unit filename="src/net/messageout.cpp" />
622
		<Unit filename="src/net/messageout.h" />
623
		<Unit filename="src/net/net.cpp" />
624
		<Unit filename="src/net/net.h" />
625
		<Unit filename="src/net/npchandler.h" />
626
		<Unit filename="src/net/partyhandler.h" />
627
		<Unit filename="src/net/playerhandler.h" />
6d3e531 by Jared Adams at 2009-07-14 628
		<Unit filename="src/net/specialhandler.h" />
f1d6803 by David Athay at 2009-04-20 629
		<Unit filename="src/net/tmwserv/accountserver/account.cpp">
4c6c35c by David Athay at 2009-04-06 630
			<Option target="TMWServ" />
631
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 632
		</Unit>
f1d6803 by David Athay at 2009-04-20 633
		<Unit filename="src/net/tmwserv/accountserver/account.h">
63b4144 by Philipp Sehmisch at 2009-03-29 634
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 635
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 636
		</Unit>
f1d6803 by David Athay at 2009-04-20 637
		<Unit filename="src/net/tmwserv/accountserver/accountserver.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 638
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 639
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 640
		</Unit>
f1d6803 by David Athay at 2009-04-20 641
		<Unit filename="src/net/tmwserv/accountserver/accountserver.h">
63b4144 by Philipp Sehmisch at 2009-03-29 642
			<Option target="TMWServ" />
643
		</Unit>
f1d6803 by David Athay at 2009-04-20 644
		<Unit filename="src/net/tmwserv/accountserver/internal.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 645
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 646
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 647
		</Unit>
f1d6803 by David Athay at 2009-04-20 648
		<Unit filename="src/net/tmwserv/accountserver/internal.h">
63b4144 by Philipp Sehmisch at 2009-03-29 649
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 650
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 651
		</Unit>
f1d6803 by David Athay at 2009-04-20 652
		<Unit filename="src/net/tmwserv/adminhandler.cpp">
4c6c35c by David Athay at 2009-04-06 653
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 654
			<Option target="TMWServ" />
655
		</Unit>
f1d6803 by David Athay at 2009-04-20 656
		<Unit filename="src/net/tmwserv/beinghandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 657
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 658
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 659
		</Unit>
f1d6803 by David Athay at 2009-04-20 660
		<Unit filename="src/net/tmwserv/beinghandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 661
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 662
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 663
		</Unit>
f1d6803 by David Athay at 2009-04-20 664
		<Unit filename="src/net/tmwserv/buysellhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 665
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 666
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 667
		</Unit>
f1d6803 by David Athay at 2009-04-20 668
		<Unit filename="src/net/tmwserv/buysellhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 669
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 670
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 671
		</Unit>
d4f32a3 by Jared Adams at 2009-10-01 672
		<Unit filename="src/net/tmwserv/charhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 673
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 674
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 675
		</Unit>
d4f32a3 by Jared Adams at 2009-10-01 676
		<Unit filename="src/net/tmwserv/charhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 677
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 678
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 679
		</Unit>
f1d6803 by David Athay at 2009-04-20 680
		<Unit filename="src/net/tmwserv/chathandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 681
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 682
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 683
		</Unit>
f1d6803 by David Athay at 2009-04-20 684
		<Unit filename="src/net/tmwserv/chathandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 685
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 686
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 687
		</Unit>
f1d6803 by David Athay at 2009-04-20 688
		<Unit filename="src/net/tmwserv/chatserver/chatserver.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 689
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 690
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 691
		</Unit>
f1d6803 by David Athay at 2009-04-20 692
		<Unit filename="src/net/tmwserv/chatserver/chatserver.h">
63b4144 by Philipp Sehmisch at 2009-03-29 693
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 694
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 695
		</Unit>
f1d6803 by David Athay at 2009-04-20 696
		<Unit filename="src/net/tmwserv/chatserver/guild.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 697
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 698
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 699
		</Unit>
f1d6803 by David Athay at 2009-04-20 700
		<Unit filename="src/net/tmwserv/chatserver/guild.h">
63b4144 by Philipp Sehmisch at 2009-03-29 701
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 702
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 703
		</Unit>
f1d6803 by David Athay at 2009-04-20 704
		<Unit filename="src/net/tmwserv/chatserver/internal.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 705
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 706
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 707
		</Unit>
f1d6803 by David Athay at 2009-04-20 708
		<Unit filename="src/net/tmwserv/chatserver/internal.h">
63b4144 by Philipp Sehmisch at 2009-03-29 709
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 710
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 711
		</Unit>
f1d6803 by David Athay at 2009-04-20 712
		<Unit filename="src/net/tmwserv/chatserver/party.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 713
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 714
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 715
		</Unit>
f1d6803 by David Athay at 2009-04-20 716
		<Unit filename="src/net/tmwserv/chatserver/party.h">
63b4144 by Philipp Sehmisch at 2009-03-29 717
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 718
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 719
		</Unit>
f1d6803 by David Athay at 2009-04-20 720
		<Unit filename="src/net/tmwserv/connection.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 721
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 722
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 723
		</Unit>
f1d6803 by David Athay at 2009-04-20 724
		<Unit filename="src/net/tmwserv/connection.h">
63b4144 by Philipp Sehmisch at 2009-03-29 725
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 726
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 727
		</Unit>
f1d6803 by David Athay at 2009-04-20 728
		<Unit filename="src/net/tmwserv/effecthandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 729
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 730
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 731
		</Unit>
f1d6803 by David Athay at 2009-04-20 732
		<Unit filename="src/net/tmwserv/effecthandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 733
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 734
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 735
		</Unit>
d4f32a3 by Jared Adams at 2009-10-01 736
		<Unit filename="src/net/tmwserv/gamehandler.cpp">
737
			<Option target="Unix TMWSERV" />
738
			<Option target="TMWServ" />
739
		</Unit>
740
		<Unit filename="src/net/tmwserv/gamehandler.h">
741
			<Option target="Unix TMWSERV" />
742
			<Option target="TMWServ" />
743
		</Unit>
f1d6803 by David Athay at 2009-04-20 744
		<Unit filename="src/net/tmwserv/gameserver/gameserver.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 745
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 746
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 747
		</Unit>
f1d6803 by David Athay at 2009-04-20 748
		<Unit filename="src/net/tmwserv/gameserver/gameserver.h">
63b4144 by Philipp Sehmisch at 2009-03-29 749
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 750
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 751
		</Unit>
f1d6803 by David Athay at 2009-04-20 752
		<Unit filename="src/net/tmwserv/gameserver/internal.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 753
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 754
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 755
		</Unit>
f1d6803 by David Athay at 2009-04-20 756
		<Unit filename="src/net/tmwserv/gameserver/internal.h">
63b4144 by Philipp Sehmisch at 2009-03-29 757
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 758
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 759
		</Unit>
f1d6803 by David Athay at 2009-04-20 760
		<Unit filename="src/net/tmwserv/gameserver/player.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 761
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 762
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 763
		</Unit>
f1d6803 by David Athay at 2009-04-20 764
		<Unit filename="src/net/tmwserv/gameserver/player.h">
63b4144 by Philipp Sehmisch at 2009-03-29 765
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 766
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 767
		</Unit>
f1d6803 by David Athay at 2009-04-20 768
		<Unit filename="src/net/tmwserv/generalhandler.cpp">
3e8ed12 by Jared Adams at 2009-04-07 769
			<Option target="TMWServ" />
770
			<Option target="Unix TMWSERV" />
771
		</Unit>
f1d6803 by David Athay at 2009-04-20 772
		<Unit filename="src/net/tmwserv/generalhandler.h">
3e8ed12 by Jared Adams at 2009-04-07 773
			<Option target="TMWServ" />
774
			<Option target="Unix TMWSERV" />
775
		</Unit>
f1d6803 by David Athay at 2009-04-20 776
		<Unit filename="src/net/tmwserv/guildhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 777
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 778
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 779
		</Unit>
f1d6803 by David Athay at 2009-04-20 780
		<Unit filename="src/net/tmwserv/guildhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 781
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 782
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 783
		</Unit>
f1d6803 by David Athay at 2009-04-20 784
		<Unit filename="src/net/tmwserv/internal.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 785
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 786
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 787
		</Unit>
f1d6803 by David Athay at 2009-04-20 788
		<Unit filename="src/net/tmwserv/internal.h">
63b4144 by Philipp Sehmisch at 2009-03-29 789
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 790
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 791
		</Unit>
f1d6803 by David Athay at 2009-04-20 792
		<Unit filename="src/net/tmwserv/inventoryhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 793
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 794
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 795
		</Unit>
f1d6803 by David Athay at 2009-04-20 796
		<Unit filename="src/net/tmwserv/inventoryhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 797
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 798
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 799
		</Unit>
f1d6803 by David Athay at 2009-04-20 800
		<Unit filename="src/net/tmwserv/itemhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 801
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 802
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 803
		</Unit>
f1d6803 by David Athay at 2009-04-20 804
		<Unit filename="src/net/tmwserv/itemhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 805
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 806
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 807
		</Unit>
f1d6803 by David Athay at 2009-04-20 808
		<Unit filename="src/net/tmwserv/loginhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 809
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 810
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 811
		</Unit>
f1d6803 by David Athay at 2009-04-20 812
		<Unit filename="src/net/tmwserv/loginhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 813
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 814
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 815
		</Unit>
f1d6803 by David Athay at 2009-04-20 816
		<Unit filename="src/net/tmwserv/network.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 817
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 818
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 819
		</Unit>
f1d6803 by David Athay at 2009-04-20 820
		<Unit filename="src/net/tmwserv/network.h">
63b4144 by Philipp Sehmisch at 2009-03-29 821
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 822
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 823
		</Unit>
f1d6803 by David Athay at 2009-04-20 824
		<Unit filename="src/net/tmwserv/npchandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 825
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 826
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 827
		</Unit>
f1d6803 by David Athay at 2009-04-20 828
		<Unit filename="src/net/tmwserv/npchandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 829
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 830
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 831
		</Unit>
f1d6803 by David Athay at 2009-04-20 832
		<Unit filename="src/net/tmwserv/partyhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 833
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 834
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 835
		</Unit>
f1d6803 by David Athay at 2009-04-20 836
		<Unit filename="src/net/tmwserv/partyhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 837
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 838
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 839
		</Unit>
f1d6803 by David Athay at 2009-04-20 840
		<Unit filename="src/net/tmwserv/playerhandler.cpp">
63b4144 by Philipp Sehmisch at 2009-03-29 841
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 842
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 843
		</Unit>
f1d6803 by David Athay at 2009-04-20 844
		<Unit filename="src/net/tmwserv/playerhandler.h">
63b4144 by Philipp Sehmisch at 2009-03-29 845
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 846
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 847
		</Unit>
f1d6803 by David Athay at 2009-04-20 848
		<Unit filename="src/net/tmwserv/protocol.h">
63b4144 by Philipp Sehmisch at 2009-03-29 849
			<Option target="TMWServ" />
4c6c35c by David Athay at 2009-04-06 850
			<Option target="Unix TMWSERV" />
63b4144 by Philipp Sehmisch at 2009-03-29 851
		</Unit>
6d3e531 by Jared Adams at 2009-07-14 852
		<Unit filename="src/net/tmwserv/specialhandler.cpp">
ffe62a7 by Jared Adams at 2009-04-06 853
			<Option target="TMWServ" />
854
			<Option target="Unix TMWSERV" />
855
		</Unit>
6d3e531 by Jared Adams at 2009-07-14 856
		<Unit filename="src/net/tmwserv/specialhandler.h">
ffe62a7 by Jared Adams at 2009-04-06 857
			<Option target="TMWServ" />
858
			<Option target="Unix TMWSERV" />
859
		</Unit>
f1d6803 by David Athay at 2009-04-20 860
		<Unit filename="src/net/tmwserv/tradehandler.cpp">
ffe62a7 by Jared Adams at 2009-04-06 861
			<Option target="TMWServ" />
862
			<Option target="Unix TMWSERV" />
863
		</Unit>
f1d6803 by David Athay at 2009-04-20 864
		<Unit filename="src/net/tmwserv/tradehandler.h">
0883979 by Philipp Sehmisch at 2009-04-08 865
			<Option target="TMWServ" />
866
			<Option target="Unix TMWSERV" />
867
		</Unit>
f1d6803 by David Athay at 2009-04-20 868
		<Unit filename="src/net/tradehandler.h" />
869
		<Unit filename="src/npc.cpp" />
870
		<Unit filename="src/npc.h" />
871
		<Unit filename="src/openglgraphics.cpp" />
872
		<Unit filename="src/openglgraphics.h" />
873
		<Unit filename="src/particle.cpp" />
874
		<Unit filename="src/particle.h" />
875
		<Unit filename="src/particlecontainer.cpp" />
876
		<Unit filename="src/particlecontainer.h" />
877
		<Unit filename="src/particleemitter.cpp" />
878
		<Unit filename="src/particleemitter.h" />
879
		<Unit filename="src/particleemitterprop.h" />
880
		<Unit filename="src/player.cpp" />
881
		<Unit filename="src/player.h" />
3cca654 by Bjørn Lindeijer at 2009-04-29 882
		<Unit filename="src/playerrelations.cpp" />
883
		<Unit filename="src/playerrelations.h" />
f1d6803 by David Athay at 2009-04-20 884
		<Unit filename="src/position.cpp" />
885
		<Unit filename="src/position.h" />
886
		<Unit filename="src/properties.h" />
887
		<Unit filename="src/resources/action.cpp" />
888
		<Unit filename="src/resources/action.h" />
889
		<Unit filename="src/resources/ambientoverlay.cpp" />
890
		<Unit filename="src/resources/ambientoverlay.h" />
891
		<Unit filename="src/resources/animation.cpp" />
892
		<Unit filename="src/resources/animation.h" />
893
		<Unit filename="src/resources/colordb.cpp" />
894
		<Unit filename="src/resources/colordb.h" />
895
		<Unit filename="src/resources/dye.cpp" />
896
		<Unit filename="src/resources/dye.h" />
897
		<Unit filename="src/resources/emotedb.cpp" />
898
		<Unit filename="src/resources/emotedb.h" />
899
		<Unit filename="src/resources/image.cpp" />
900
		<Unit filename="src/resources/image.h" />
901
		<Unit filename="src/resources/imageloader.cpp" />
902
		<Unit filename="src/resources/imageloader.h" />
903
		<Unit filename="src/resources/imageset.cpp" />
904
		<Unit filename="src/resources/imageset.h" />
905
		<Unit filename="src/resources/imagewriter.cpp" />
906
		<Unit filename="src/resources/imagewriter.h" />
907
		<Unit filename="src/resources/itemdb.cpp" />
908
		<Unit filename="src/resources/itemdb.h" />
909
		<Unit filename="src/resources/iteminfo.cpp" />
910
		<Unit filename="src/resources/iteminfo.h" />
911
		<Unit filename="src/resources/mapreader.cpp" />
912
		<Unit filename="src/resources/mapreader.h" />
913
		<Unit filename="src/resources/monsterdb.cpp" />
914
		<Unit filename="src/resources/monsterdb.h" />
915
		<Unit filename="src/resources/monsterinfo.cpp" />
916
		<Unit filename="src/resources/monsterinfo.h" />
917
		<Unit filename="src/resources/music.cpp" />
918
		<Unit filename="src/resources/music.h" />
919
		<Unit filename="src/resources/npcdb.cpp" />
920
		<Unit filename="src/resources/npcdb.h" />
921
		<Unit filename="src/resources/resource.cpp" />
922
		<Unit filename="src/resources/resource.h" />
923
		<Unit filename="src/resources/resourcemanager.cpp" />
924
		<Unit filename="src/resources/resourcemanager.h" />
8d6636e by Kess Vargavind at 2009-07-25 925
		<Unit filename="src/resources/sdlrescalefacility.cpp" />
926
		<Unit filename="src/resources/sdlrescalefacility.h" />
f1d6803 by David Athay at 2009-04-20 927
		<Unit filename="src/resources/soundeffect.cpp" />
928
		<Unit filename="src/resources/soundeffect.h" />
929
		<Unit filename="src/resources/spritedef.cpp" />
930
		<Unit filename="src/resources/spritedef.h" />
931
		<Unit filename="src/resources/wallpaper.cpp" />
932
		<Unit filename="src/resources/wallpaper.h" />
e7df8c9 by David Athay at 2009-05-18 933
		<Unit filename="src/rotationalparticle.cpp" />
934
		<Unit filename="src/rotationalparticle.h" />
f1d6803 by David Athay at 2009-04-20 935
		<Unit filename="src/shopitem.cpp" />
936
		<Unit filename="src/shopitem.h" />
937
		<Unit filename="src/simpleanimation.cpp" />
938
		<Unit filename="src/simpleanimation.h" />
939
		<Unit filename="src/sound.cpp" />
940
		<Unit filename="src/sound.h" />
941
		<Unit filename="src/sprite.h" />
942
		<Unit filename="src/statuseffect.cpp" />
943
		<Unit filename="src/statuseffect.h" />
944
		<Unit filename="src/text.cpp" />
945
		<Unit filename="src/text.h" />
946
		<Unit filename="src/textmanager.cpp" />
947
		<Unit filename="src/textmanager.h" />
948
		<Unit filename="src/textparticle.cpp" />
949
		<Unit filename="src/textparticle.h" />
950
		<Unit filename="src/tileset.h" />
951
		<Unit filename="src/tmw.rc">
0883979 by Philipp Sehmisch at 2009-04-08 952
			<Option compilerVar="WINDRES" />
4c6c35c by David Athay at 2009-04-06 953
			<Option target="eAthena" />
954
			<Option target="TMWServ" />
955
		</Unit>
f1d6803 by David Athay at 2009-04-20 956
		<Unit filename="src/units.cpp" />
957
		<Unit filename="src/units.h" />
958
		<Unit filename="src/utils/base64.cpp" />
959
		<Unit filename="src/utils/base64.h" />
960
		<Unit filename="src/utils/dtor.h" />
961
		<Unit filename="src/utils/gettext.h" />
962
		<Unit filename="src/utils/mathutils.h" />
963
		<Unit filename="src/utils/mutex.h" />
964
		<Unit filename="src/utils/sha256.cpp">
4c6c35c by David Athay at 2009-04-06 965
			<Option target="TMWServ" />
966
			<Option target="Unix TMWSERV" />
967
			<Option target="UNIX eAthena" />
968
		</Unit>
f1d6803 by David Athay at 2009-04-20 969
		<Unit filename="src/utils/sha256.h">
4c6c35c by David Athay at 2009-04-06 970
			<Option target="TMWServ" />
971
			<Option target="Unix TMWSERV" />
972
			<Option target="UNIX eAthena" />
973
		</Unit>
f1d6803 by David Athay at 2009-04-20 974
		<Unit filename="src/utils/stringutils.cpp" />
975
		<Unit filename="src/utils/stringutils.h" />
976
		<Unit filename="src/utils/xml.cpp" />
977
		<Unit filename="src/utils/xml.h" />
978
		<Unit filename="src/vector.cpp" />
979
		<Unit filename="src/vector.h" />
980
		<Unit filename="src/winver.h">
4c6c35c by David Athay at 2009-04-06 981
			<Option target="eAthena" />
63b4144 by Philipp Sehmisch at 2009-03-29 982
			<Option target="TMWServ" />
983
		</Unit>
a2ab8d8 by Eugenio Favalli at 2008-03-02 984
		<Extensions>
985
			<code_completion />
986
			<envvars />
987
			<debugger />
988
		</Extensions>
da3a1fd by Bjørn Lindeijer at 2006-07-19 989
	</Project>
7b9a9c5 by Eugenio Favalli at 2006-10-07 990
</CodeBlocks_project_file>