Committed McShark's updated CodeBlocks and dev-cpp project files.

Removed project files from packaging/windows. Only kept packaging, not
compiling stuff there.
This commit is contained in:
Sergey Popov 2008-11-08 20:51:27 +00:00
parent f9c5ef0d84
commit 9ed022e402
21 changed files with 3821 additions and 16558 deletions

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="Workspace">
<Project filename="Wesnoth.cbp" />
<Project filename="Wesnoth Editor.cbp" />
<Project filename="Wesnoth Server.cbp" active="1" />
</Workspace>
</CodeBlocks_workspace_file>

View file

@ -1,239 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Wesnoth Editor 1.5.0" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="bin\editor" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
</Target>
<Target title="Release i486">
<Option output="bin\editor_i486" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=i486" />
</Compiler>
</Target>
<Target title="Release P2">
<Option output="bin\editor_p2" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium2" />
</Compiler>
</Target>
<Target title="Release P4">
<Option output="bin\editor_p4" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium4" />
</Compiler>
</Target>
<Target title="Release K6">
<Option output="bin\editor_k6" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=k6" />
</Compiler>
</Target>
<Target title="Release Athlon">
<Option output="bin\editor_athlon" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=athlon" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-O2" />
<Add option="-W" />
<Add option="-mthreads" />
<Add option="-fasynchronous-unwind-tables" />
<Add option="-fexceptions" />
<Add option="-DHAVE_FRIBIDI" />
<Add option="-DUSE_GZIP" />
<Add directory="C:\Entwicklung\Wesnoth\wesnoth-1.5.0\src" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-mthreads" />
<Add library="mingw32" />
<Add library="mingwthrd" />
<Add library="winmm" />
<Add library="win32k" />
<Add library="kernel32" />
<Add library="SDLmain" />
<Add library="SDL" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_ttf.lib" />
<Add library="SDL_image" />
<Add library="SDL_mixer" />
<Add library="intl" />
<Add library="boost_iostreams-mgw34-mt-s-1_34_1" />
<Add library="zdll" />
<Add library="freetype" />
<Add library="fribidi" />
<Add directory="P:\Programme\Dev-Cpp\lib" />
</Linker>
<Unit filename="..\src\animated_editor.cpp" />
<Unit filename="..\src\astarnode.cpp" />
<Unit filename="..\src\astarnode.hpp" />
<Unit filename="..\src\astarsearch.cpp" />
<Unit filename="..\src\builder.cpp" />
<Unit filename="..\src\builder.hpp" />
<Unit filename="..\src\cavegen.cpp" />
<Unit filename="..\src\cavegen.hpp" />
<Unit filename="..\src\clipboard.cpp" />
<Unit filename="..\src\clipboard.hpp" />
<Unit filename="..\src\color_range.cpp" />
<Unit filename="..\src\color_range.hpp" />
<Unit filename="..\src\config.cpp" />
<Unit filename="..\src\config.hpp" />
<Unit filename="..\src\construct_dialog.cpp" />
<Unit filename="..\src\construct_dialog.hpp" />
<Unit filename="..\src\cursor.cpp" />
<Unit filename="..\src\cursor.hpp" />
<Unit filename="..\src\display.cpp" />
<Unit filename="..\src\display.hpp" />
<Unit filename="..\src\editor\editor.cpp" />
<Unit filename="..\src\editor\editor.hpp" />
<Unit filename="..\src\editor\editor_dialogs.cpp" />
<Unit filename="..\src\editor\editor_dialogs.hpp" />
<Unit filename="..\src\editor\editor_display.cpp" />
<Unit filename="..\src\editor\editor_layout.cpp" />
<Unit filename="..\src\editor\editor_layout.hpp" />
<Unit filename="..\src\editor\editor_main.cpp" />
<Unit filename="..\src\editor\editor_palettes.cpp" />
<Unit filename="..\src\editor\editor_palettes.hpp" />
<Unit filename="..\src\editor\editor_undo.cpp" />
<Unit filename="..\src\editor\editor_undo.hpp" />
<Unit filename="..\src\editor\map_manip.cpp" />
<Unit filename="..\src\editor\map_manip.hpp" />
<Unit filename="..\src\events.cpp" />
<Unit filename="..\src\events.hpp" />
<Unit filename="..\src\file_chooser.hpp" />
<Unit filename="..\src\filechooser.cpp" />
<Unit filename="..\src\filesystem.cpp" />
<Unit filename="..\src\filesystem.hpp" />
<Unit filename="..\src\font.cpp" />
<Unit filename="..\src\font.hpp" />
<Unit filename="..\src\game_config.cpp" />
<Unit filename="..\src\game_config.hpp" />
<Unit filename="..\src\generic_event.cpp" />
<Unit filename="..\src\generic_event.hpp" />
<Unit filename="..\src\gettext.cpp" />
<Unit filename="..\src\gettext.hpp" />
<Unit filename="..\src\hotkeys.cpp" />
<Unit filename="..\src\hotkeys.hpp" />
<Unit filename="..\src\image.cpp" />
<Unit filename="..\src\image.hpp" />
<Unit filename="..\src\key.cpp" />
<Unit filename="..\src\key.hpp" />
<Unit filename="..\src\language.cpp" />
<Unit filename="..\src\language.hpp" />
<Unit filename="..\src\loadscreen.cpp" />
<Unit filename="..\src\loadscreen.hpp" />
<Unit filename="..\src\log.cpp" />
<Unit filename="..\src\log.hpp" />
<Unit filename="..\src\map.cpp" />
<Unit filename="..\src\map.hpp" />
<Unit filename="..\src\map_create.cpp" />
<Unit filename="..\src\map_create.hpp" />
<Unit filename="..\src\map_label.cpp" />
<Unit filename="..\src\map_label.hpp" />
<Unit filename="..\src\mapgen.cpp" />
<Unit filename="..\src\mapgen.hpp" />
<Unit filename="..\src\mapgen_dialog.cpp" />
<Unit filename="..\src\mapgen_dialog.hpp" />
<Unit filename="..\src\marked-up_text.cpp" />
<Unit filename="..\src\marked-up_text.hpp" />
<Unit filename="..\src\minimap.cpp" />
<Unit filename="..\src\minimap.hpp" />
<Unit filename="..\src\pathutils.cpp" />
<Unit filename="..\src\pathutils.hpp" />
<Unit filename="..\src\preferences.cpp" />
<Unit filename="..\src\preferences.hpp" />
<Unit filename="..\src\preferences_display.cpp" />
<Unit filename="..\src\preferences_display.hpp" />
<Unit filename="..\src\race.cpp" />
<Unit filename="..\src\race.hpp" />
<Unit filename="..\src\random.cpp" />
<Unit filename="..\src\random.hpp" />
<Unit filename="..\src\reports.cpp" />
<Unit filename="..\src\reports.hpp" />
<Unit filename="..\src\sdl_utils.cpp" />
<Unit filename="..\src\sdl_utils.hpp" />
<Unit filename="..\src\serialization\binary_or_text.cpp" />
<Unit filename="..\src\serialization\binary_or_text.hpp" />
<Unit filename="..\src\serialization\binary_wml.cpp" />
<Unit filename="..\src\serialization\binary_wml.hpp" />
<Unit filename="..\src\serialization\parser.cpp" />
<Unit filename="..\src\serialization\parser.hpp" />
<Unit filename="..\src\serialization\preprocessor.cpp" />
<Unit filename="..\src\serialization\preprocessor.hpp" />
<Unit filename="..\src\serialization\string_utils.cpp" />
<Unit filename="..\src\serialization\string_utils.hpp" />
<Unit filename="..\src\serialization\tokenizer.cpp" />
<Unit filename="..\src\serialization\tokenizer.hpp" />
<Unit filename="..\src\show_dialog.cpp" />
<Unit filename="..\src\show_dialog.hpp" />
<Unit filename="..\src\sound.cpp" />
<Unit filename="..\src\sound.hpp" />
<Unit filename="..\src\terrain.cpp" />
<Unit filename="..\src\terrain.hpp" />
<Unit filename="..\src\terrain_translation.cpp" />
<Unit filename="..\src\terrain_translation.hpp" />
<Unit filename="..\src\theme.cpp" />
<Unit filename="..\src\theme.hpp" />
<Unit filename="..\src\tooltips.cpp" />
<Unit filename="..\src\tooltips.hpp" />
<Unit filename="..\src\tstring.cpp" />
<Unit filename="..\src\tstring.hpp" />
<Unit filename="..\src\video.cpp" />
<Unit filename="..\src\video.hpp" />
<Unit filename="..\src\widgets\button.cpp" />
<Unit filename="..\src\widgets\button.hpp" />
<Unit filename="..\src\widgets\file_menu.cpp" />
<Unit filename="..\src\widgets\file_menu.hpp" />
<Unit filename="..\src\widgets\label.cpp" />
<Unit filename="..\src\widgets\label.hpp" />
<Unit filename="..\src\widgets\menu.cpp" />
<Unit filename="..\src\widgets\menu.hpp" />
<Unit filename="..\src\widgets\menu_style.cpp" />
<Unit filename="..\src\widgets\scrollarea.cpp" />
<Unit filename="..\src\widgets\scrollarea.hpp" />
<Unit filename="..\src\widgets\scrollbar.cpp" />
<Unit filename="..\src\widgets\scrollbar.hpp" />
<Unit filename="..\src\widgets\slider.cpp" />
<Unit filename="..\src\widgets\slider.hpp" />
<Unit filename="..\src\widgets\textbox.cpp" />
<Unit filename="..\src\widgets\textbox.hpp" />
<Unit filename="..\src\widgets\widget.cpp" />
<Unit filename="..\src\widgets\widget.hpp" />
<Unit filename="..\src\wml_exception.cpp" />
<Unit filename="..\src\wml_exception.hpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

View file

@ -1 +0,0 @@
# depslib dependency file v1.0

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Release" />
</CodeBlocks_layout_file>

View file

@ -1,139 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Wesnoth Server 1.5.0" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="bin\wesnothd" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
</Target>
<Target title="Release i486">
<Option output="bin\wesnothd_i486" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=i486" />
</Compiler>
</Target>
<Target title="Release P2">
<Option output="bin\wesnothd_p2" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium2" />
</Compiler>
</Target>
<Target title="Release P4">
<Option output="bin\wesnothd_p4" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium4" />
</Compiler>
</Target>
<Target title="Release K6">
<Option output="bin\wesnothd_k6" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=k6" />
</Compiler>
</Target>
<Target title="Release Athlon">
<Option output="bin\wesnothd_athlon" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=athlon" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-O2" />
<Add option="-Wall" />
<Add option="-fasynchronous-unwind-tables" />
<Add option="-fexceptions" />
<Add option="-mthreads" />
<Add option="-DUSE_GZIP" />
<Add directory="C:\Entwicklung\Wesnoth\Wesnoth-1.5.0\src" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="boost_iostreams" />
<Add library="mingw32" />
<Add library="SDLmain" />
<Add library="SDL" />
<Add library="SDL_net" />
<Add library="intl" />
<Add library="zdll" />
<Add library="wsock32" />
<Add directory="P:\Programme\Dev-Cpp\lib" />
</Linker>
<Unit filename="..\src\color_range.cpp" />
<Unit filename="..\src\color_range.hpp" />
<Unit filename="..\src\config.cpp" />
<Unit filename="..\src\config.hpp" />
<Unit filename="..\src\filesystem.cpp" />
<Unit filename="..\src\filesystem.hpp" />
<Unit filename="..\src\game_config.cpp" />
<Unit filename="..\src\game_config.hpp" />
<Unit filename="..\src\gettext.cpp" />
<Unit filename="..\src\gettext.hpp" />
<Unit filename="..\src\loadscreen_empty.cpp" />
<Unit filename="..\src\log.cpp" />
<Unit filename="..\src\log.hpp" />
<Unit filename="..\src\network.cpp" />
<Unit filename="..\src\network.hpp" />
<Unit filename="..\src\network_worker.cpp" />
<Unit filename="..\src\network_worker.hpp" />
<Unit filename="..\src\serialization\binary_or_text.cpp" />
<Unit filename="..\src\serialization\binary_or_text.hpp" />
<Unit filename="..\src\serialization\binary_wml.cpp" />
<Unit filename="..\src\serialization\binary_wml.hpp" />
<Unit filename="..\src\serialization\parser.cpp" />
<Unit filename="..\src\serialization\parser.hpp" />
<Unit filename="..\src\serialization\preprocessor.cpp" />
<Unit filename="..\src\serialization\preprocessor.hpp" />
<Unit filename="..\src\serialization\string_utils.cpp" />
<Unit filename="..\src\serialization\string_utils.hpp" />
<Unit filename="..\src\serialization\tokenizer.cpp" />
<Unit filename="..\src\serialization\tokenizer.hpp" />
<Unit filename="..\src\server\game.cpp" />
<Unit filename="..\src\server\game.hpp" />
<Unit filename="..\src\server\input_stream.cpp" />
<Unit filename="..\src\server\input_stream.hpp" />
<Unit filename="..\src\server\metrics.cpp" />
<Unit filename="..\src\server\metrics.hpp" />
<Unit filename="..\src\server\player.cpp" />
<Unit filename="..\src\server\player.hpp" />
<Unit filename="..\src\server\proxy.cpp" />
<Unit filename="..\src\server\proxy.hpp" />
<Unit filename="..\src\server\server.cpp" />
<Unit filename="..\src\server\simple_wml.cpp" />
<Unit filename="..\src\server\simple_wml.hpp" />
<Unit filename="..\src\thread.cpp" />
<Unit filename="..\src\thread.hpp" />
<Unit filename="..\src\tstring.cpp" />
<Unit filename="..\src\tstring.hpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

View file

@ -1,527 +0,0 @@
# depslib dependency file v1.0
1209082972 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\filesystem.cpp
"global.hpp"
<sys/types.h>
<sys/stat.h>
"filesystem_win32.ii"
<unistd.h>
<dirent.h>
<Directory.h>
<FindDirectory.h>
<Path.h>
<cstdlib>
<cerrno>
<cstring>
<algorithm>
<fstream>
<iostream>
<iomanip>
<sstream>
<set>
"wesconfig.h"
"config.hpp"
"filesystem.hpp"
"game_config.hpp"
"log.hpp"
"scoped_resource.hpp"
"util.hpp"
"loadscreen.hpp"
<CoreFoundation/CoreFoundation.h>
<CoreFoundation/CFString.h>
<CoreFoundation/CFBase.h>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\global.hpp
<cmath>
<cstdio>
<clocale>
<cstring>
1206475470 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\filesystem_win32.ii
<direct.h>
<io.h>
<errno.h>
<stdlib.h>
<windows.h>
<dirent.h>
<stddef.h>
1209215370 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\wesconfig.h
"config.h"
1207635144 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\config.hpp
"global.hpp"
<map>
<memory>
<ostream>
<string>
<vector>
"tstring.hpp"
"serialization/string_utils.hpp"
1209088552 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\tstring.hpp
<string>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\string_utils.hpp
<algorithm>
<map>
<string>
<vector>
"../tstring.hpp"
"../util.hpp"
1206678040 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\util.hpp
"global.hpp"
<cmath>
<map>
<sstream>
<SDL_types.h>
1209082972 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\filesystem.hpp
<time.h>
<iosfwd>
<string>
<vector>
1205941908 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\game_config.hpp
"color_range.hpp"
"tstring.hpp"
<string>
<vector>
<map>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\color_range.hpp
"global.hpp"
<map>
<string>
<vector>
"SDL_types.h"
1207991754 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\log.hpp
<iosfwd>
<iostream>
<string>
<vector>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\scoped_resource.hpp
"global.hpp"
<cstdio>
1205342696 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\loadscreen.hpp
"SDL.h"
"SDL_image.h"
"global.hpp"
"video.hpp"
<iostream>
<string>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\video.hpp
"events.hpp"
"SDL.h"
"sdl_utils.hpp"
1208081474 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\events.hpp
"SDL.h"
<vector>
1207846338 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\sdl_utils.hpp
"scoped_resource.hpp"
"util.hpp"
"SDL.h"
<cstdlib>
<iostream>
<string>
<vector>
1206610640 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\game_config.cpp
"global.hpp"
"config.hpp"
"log.hpp"
"gettext.hpp"
"game_config.hpp"
"util.hpp"
"serialization/string_utils.hpp"
"wesconfig.h"
"revision.hpp"
<cstdlib>
<sstream>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\gettext.hpp
<libintl.h>
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\gettext.cpp
"global.hpp"
"gettext.hpp"
<cstring>
1208027464 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\log.cpp
"global.hpp"
"SDL.h"
"log.hpp"
<algorithm>
<ctime>
<sstream>
1208572288 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\network.cpp
"global.hpp"
"serialization/binary_wml.hpp"
"config.hpp"
"gettext.hpp"
"log.hpp"
"network.hpp"
"network_worker.hpp"
"thread.hpp"
"SDL_net.h"
<algorithm>
<cassert>
<cerrno>
<queue>
<iostream>
<set>
<vector>
<ctime>
<signal.h>
<string.h>
<windows.h>
<sys/types.h>
<sys/socket.h>
<netinet/in.h>
<netinet/tcp.h>
<socket.h>
<fcntl.h>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\binary_wml.hpp
<iosfwd>
<map>
<string>
1206900156 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\network.hpp
"SDL_net.h"
<string>
<vector>
1206900156 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\network_worker.hpp
<map>
<vector>
"config.hpp"
"network.hpp"
"SDL_net.h"
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\thread.hpp
"SDL.h"
"SDL_thread.h"
1206900156 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\network_worker.cpp
"global.hpp"
"log.hpp"
"network_worker.hpp"
"network.hpp"
"thread.hpp"
"serialization/binary_or_text.hpp"
"serialization/binary_wml.hpp"
"serialization/parser.hpp"
<algorithm>
<cassert>
<cerrno>
<cstring>
<deque>
<iostream>
<map>
<vector>
<boost/iostreams/filter/gzip.hpp>
<unistd.h>
<windows.h>
<sys/types.h>
<sys/socket.h>
<socket.h>
<fcntl.h>
<poll.h>
<sys/poll.h>
<sys/select.h>
<sys/time.h>
<sys/types.h>
<unistd.h>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\binary_or_text.hpp
<iosfwd>
<string>
<boost/iostreams/filtering_stream.hpp>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\parser.hpp
"global.hpp"
<iostream>
<iosfwd>
<vector>
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\binary_or_text.cpp
"global.hpp"
"binary_or_text.hpp"
"config.hpp"
"filesystem.hpp"
"serialization/binary_wml.hpp"
"serialization/parser.hpp"
<sstream>
<boost/iostreams/filter/gzip.hpp>
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\binary_wml.cpp
"global.hpp"
"config.hpp"
"loadscreen.hpp"
"log.hpp"
"serialization/binary_wml.hpp"
<algorithm>
<iostream>
<sstream>
1205734274 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\parser.cpp
"serialization/parser.hpp"
"config.hpp"
"filesystem.hpp"
"gettext.hpp"
"language.hpp"
"loadscreen.hpp"
"log.hpp"
"util.hpp"
"wesconfig.h"
"serialization/binary_wml.hpp"
"serialization/preprocessor.hpp"
"serialization/string_utils.hpp"
"serialization/tokenizer.hpp"
<cassert>
<sstream>
<stack>
<boost/iostreams/filtering_stream.hpp>
<boost/iostreams/filter/gzip.hpp>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\language.hpp
"tstring.hpp"
"serialization/string_utils.hpp"
<map>
<string>
<vector>
<iterator>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\preprocessor.hpp
<iosfwd>
<map>
<string>
<vector>
1204038498 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\tokenizer.hpp
"util.hpp"
<istream>
<string>
1206991466 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\preprocessor.cpp
"../global.hpp"
"../filesystem.hpp"
"../log.hpp"
"../wesconfig.h"
"preprocessor.hpp"
"string_utils.hpp"
<algorithm>
<cassert>
<iostream>
<sstream>
<vector>
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\string_utils.cpp
"global.hpp"
<cctype>
<sstream>
"gettext.hpp"
"util.hpp"
"log.hpp"
"serialization/string_utils.hpp"
"wctype.h"
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\serialization\tokenizer.cpp
"global.hpp"
"util.hpp"
"serialization/tokenizer.hpp"
"serialization/string_utils.hpp"
<iostream>
<sstream>
1209213674 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\game.cpp
"../global.hpp"
"../game_config.hpp"
"../log.hpp"
"../map.hpp"
"game.hpp"
"player.hpp"
<algorithm>
<iostream>
<memory>
<cassert>
<sstream>
1207334638 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\map.hpp
"terrain.hpp"
"serialization/string_utils.hpp"
<iostream>
<map>
<string>
<vector>
<set>
1207334638 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\terrain.hpp
"tstring.hpp"
"terrain_translation.hpp"
<map>
<string>
<vector>
1207334638 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\terrain_translation.hpp
<SDL_types.h>
<string>
<vector>
<map>
1207468838 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\game.hpp
"../network.hpp"
"player.hpp"
"simple_wml.hpp"
<map>
<vector>
1205734274 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\player.hpp
<ctime>
"../config.hpp"
"simple_wml.hpp"
<string>
1206777994 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\simple_wml.hpp
<string.h>
<iosfwd>
<map>
<string>
<vector>
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\input_stream.cpp
"../global.hpp"
"input_stream.hpp"
<algorithm>
<iostream>
<fcntl.h>
<sys/types.h>
<sys/stat.h>
<unistd.h>
1203155236 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\input_stream.hpp
<deque>
<string>
1205905212 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\metrics.cpp
"../global.hpp"
"metrics.hpp"
<algorithm>
<time.h>
<iostream>
1205905212 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\metrics.hpp
<iosfwd>
<map>
<string>
"simple_wml.hpp"
1205734274 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\player.cpp
"../global.hpp"
"player.hpp"
1205734274 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\proxy.cpp
"global.hpp"
"proxy.hpp"
<map>
1205734274 c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\proxy.hpp
"network.hpp"
"simple_wml.hpp"
<string>
1209172734 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\server.cpp
"../global.hpp"
"../config.hpp"
"../game_config.hpp"
"../log.hpp"
"../network.hpp"
"../filesystem.hpp"
"../serialization/parser.hpp"
"../serialization/preprocessor.hpp"
"../serialization/string_utils.hpp"
"game.hpp"
"input_stream.hpp"
"metrics.hpp"
"player.hpp"
"proxy.hpp"
"simple_wml.hpp"
<algorithm>
<cassert>
<cerrno>
<cstdlib>
<ctime>
<iostream>
<map>
<set>
<sstream>
<vector>
<csignal>
<sys/times.h>
<sys/types.h>
<sys/stat.h>
<fcntl.h>
<unistd.h>
1207114434 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\server\simple_wml.cpp
<assert.h>
<algorithm>
<iostream>
<sstream>
<string>
<zlib.h>
<boost/iostreams/filtering_stream.hpp>
<boost/iostreams/filter/gzip.hpp>
"../serialization/binary_wml.hpp"
"simple_wml.hpp"
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\thread.cpp
"global.hpp"
"log.hpp"
"thread.hpp"
<new>
<iostream>
<memory>
<vector>
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\tstring.cpp
"global.hpp"
<sstream>
<vector>
<map>
"tstring.hpp"
"gettext.hpp"
"log.hpp"
1207496836 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\config.cpp
"global.hpp"
<algorithm>
<sstream>
<string.h>
"config.hpp"
"gettext.hpp"
"log.hpp"
"util.hpp"
1206185942 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\loadscreen_empty.cpp
"loadscreen.hpp"
1203155236 source:c:\entwicklung\wesnoth\wesnoth-1.5.0\src\color_range.cpp
"game_config.hpp"
"global.hpp"
"color_range.hpp"
"map.hpp"
"serialization/string_utils.hpp"
<cassert>
<set>
<string>
<vector>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Release Athlon" />
<File name="..\src\serialization\parser.hpp" open="0" top="0" tabpos="0">
<Cursor position="718" topLine="10" />
</File>
</CodeBlocks_layout_file>

View file

@ -1,414 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Wesnoth 1.5.0" />
<Option platforms="Windows;" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="bin\wesnoth" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
</Target>
<Target title="Release i486">
<Option output="bin\wesnoth_i486" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=i486" />
</Compiler>
</Target>
<Target title="Release P2">
<Option output="bin\wesnoth_p2" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=pentium2" />
</Compiler>
</Target>
<Target title="Release P4">
<Option output="bin\wesnoth_p4" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=pentium4" />
</Compiler>
</Target>
<Target title="Release K6">
<Option output="bin\wesnoth_k6" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=k6" />
</Compiler>
</Target>
<Target title="Release Athlon">
<Option output="bin\wesnoth_athlon" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.5.0" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=athlon" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-O2" />
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add option="-fasynchronous-unwind-tables" />
<Add option="-mthreads" />
<Add option="-DUSE_GZIP" />
<Add option="-DHAVE_FRIBIDI" />
<Add option="-DHAVE_PYTHON" />
<Add directory="P:\Programme\Python24\include" />
<Add directory="P:\Programme\Dev-Cpp\include" />
<Add directory="C:\Entwicklung\Wesnoth\Wesnoth-1.5.0\src" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="mingw32" />
<Add library="mingwthrd" />
<Add library="winmm" />
<Add library="win32k" />
<Add library="kernel32" />
<Add library="wsock32" />
<Add library="SDLmain" />
<Add library="SDL.dll" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_ttf.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_net.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_image.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_mixer.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\intl.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\libpng.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\libboost_iostreams-mgw34-mt-s-1_34_1.a" />
<Add library="P:\Programme\Dev-Cpp\lib\libboost_regex-mgw34-mt-d-1_34_1.a" />
<Add library="..\..\lib\zlib1.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\libfreetype.dll.a" />
<Add library="P:\Programme\Python24\MinGW\python24.dll" />
<Add library="P:\Programme\Dev-Cpp\lib\fribidi.lib" />
<Add directory="P:\Programme\Dev-Cpp\lib" />
</Linker>
<Unit filename="cb.bmp" />
<Unit filename="resource.h" />
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="..\src\about.cpp" />
<Unit filename="..\src\about.hpp" />
<Unit filename="..\src\actions.cpp" />
<Unit filename="..\src\actions.hpp" />
<Unit filename="..\src\ai.cpp" />
<Unit filename="..\src\ai.hpp" />
<Unit filename="..\src\ai_attack.cpp" />
<Unit filename="..\src\ai_dfool.cpp" />
<Unit filename="..\src\ai_dfool.hpp" />
<Unit filename="..\src\ai_interface.hpp" />
<Unit filename="..\src\ai_move.cpp" />
<Unit filename="..\src\ai_python.cpp" />
<Unit filename="..\src\ai_python.hpp" />
<Unit filename="..\src\ai_village.cpp" />
<Unit filename="..\src\animated.hpp" />
<Unit filename="..\src\animated_game.cpp" />
<Unit filename="..\src\astarnode.cpp" />
<Unit filename="..\src\astarnode.hpp" />
<Unit filename="..\src\astarsearch.cpp" />
<Unit filename="..\src\attack_prediction.cpp" />
<Unit filename="..\src\attack_prediction.hpp" />
<Unit filename="..\src\builder.cpp" />
<Unit filename="..\src\builder.hpp" />
<Unit filename="..\src\callable_objects.cpp" />
<Unit filename="..\src\callable_objects.hpp" />
<Unit filename="..\src\cavegen.cpp" />
<Unit filename="..\src\cavegen.hpp" />
<Unit filename="..\src\clipboard.cpp" />
<Unit filename="..\src\clipboard.hpp" />
<Unit filename="..\src\color_range.cpp" />
<Unit filename="..\src\color_range.hpp" />
<Unit filename="..\src\config.cpp" />
<Unit filename="..\src\config.hpp" />
<Unit filename="..\src\config_adapter.cpp" />
<Unit filename="..\src\config_adapter.hpp" />
<Unit filename="..\src\construct_dialog.cpp" />
<Unit filename="..\src\construct_dialog.hpp" />
<Unit filename="..\src\cursor.cpp" />
<Unit filename="..\src\cursor.hpp" />
<Unit filename="..\src\dialogs.cpp" />
<Unit filename="..\src\dialogs.hpp" />
<Unit filename="..\src\display.cpp" />
<Unit filename="..\src\display.hpp" />
<Unit filename="..\src\events.cpp" />
<Unit filename="..\src\events.hpp" />
<Unit filename="..\src\file_chooser.hpp" />
<Unit filename="..\src\filechooser.cpp" />
<Unit filename="..\src\filesystem.cpp" />
<Unit filename="..\src\filesystem.hpp" />
<Unit filename="..\src\floating_textbox.cpp" />
<Unit filename="..\src\floating_textbox.hpp" />
<Unit filename="..\src\font.cpp" />
<Unit filename="..\src\font.hpp" />
<Unit filename="..\src\formula.cpp" />
<Unit filename="..\src\formula.hpp" />
<Unit filename="..\src\formula_ai.cpp" />
<Unit filename="..\src\formula_ai.hpp" />
<Unit filename="..\src\formula_callable.hpp" />
<Unit filename="..\src\formula_callable_fwd.hpp" />
<Unit filename="..\src\formula_function.cpp" />
<Unit filename="..\src\formula_function.hpp" />
<Unit filename="..\src\formula_fwd.hpp" />
<Unit filename="..\src\formula_tokenizer.cpp" />
<Unit filename="..\src\formula_tokenizer.hpp" />
<Unit filename="..\src\game.cpp" />
<Unit filename="..\src\game_config.cpp" />
<Unit filename="..\src\game_config.hpp" />
<Unit filename="..\src\game_display.cpp" />
<Unit filename="..\src\game_display.hpp" />
<Unit filename="..\src\game_events.cpp" />
<Unit filename="..\src\game_events.hpp" />
<Unit filename="..\src\game_preferences.cpp" />
<Unit filename="..\src\game_preferences.hpp" />
<Unit filename="..\src\game_preferences_display.cpp" />
<Unit filename="..\src\gamestatus.cpp" />
<Unit filename="..\src\gamestatus.hpp" />
<Unit filename="..\src\generate_report.cpp" />
<Unit filename="..\src\generic_event.cpp" />
<Unit filename="..\src\generic_event.hpp" />
<Unit filename="..\src\gettext.cpp" />
<Unit filename="..\src\gettext.hpp" />
<Unit filename="..\src\global.hpp" />
<Unit filename="..\src\gui\dialogs\addon_connect.cpp" />
<Unit filename="..\src\gui\dialogs\addon_connect.hpp" />
<Unit filename="..\src\gui\widgets\button.cpp" />
<Unit filename="..\src\gui\widgets\button.hpp" />
<Unit filename="..\src\gui\widgets\canvas.cpp" />
<Unit filename="..\src\gui\widgets\canvas.hpp" />
<Unit filename="..\src\gui\widgets\control.cpp" />
<Unit filename="..\src\gui\widgets\control.hpp" />
<Unit filename="..\src\gui\widgets\event_handler.cpp" />
<Unit filename="..\src\gui\widgets\event_handler.hpp" />
<Unit filename="..\src\gui\widgets\grid.cpp" />
<Unit filename="..\src\gui\widgets\grid.hpp" />
<Unit filename="..\src\gui\widgets\helper.cpp" />
<Unit filename="..\src\gui\widgets\helper.hpp" />
<Unit filename="..\src\gui\widgets\label.cpp" />
<Unit filename="..\src\gui\widgets\label.hpp" />
<Unit filename="..\src\gui\widgets\panel.cpp" />
<Unit filename="..\src\gui\widgets\panel.hpp" />
<Unit filename="..\src\gui\widgets\settings.cpp" />
<Unit filename="..\src\gui\widgets\settings.hpp" />
<Unit filename="..\src\gui\widgets\text.cpp" />
<Unit filename="..\src\gui\widgets\text.hpp" />
<Unit filename="..\src\gui\widgets\text_box.cpp" />
<Unit filename="..\src\gui\widgets\text_box.hpp" />
<Unit filename="..\src\gui\widgets\tooltip.cpp" />
<Unit filename="..\src\gui\widgets\tooltip.hpp" />
<Unit filename="..\src\gui\widgets\widget.cpp" />
<Unit filename="..\src\gui\widgets\widget.hpp" />
<Unit filename="..\src\gui\widgets\window.cpp" />
<Unit filename="..\src\gui\widgets\window.hpp" />
<Unit filename="..\src\gui\widgets\window_builder.cpp" />
<Unit filename="..\src\gui\widgets\window_builder.hpp" />
<Unit filename="..\src\halo.cpp" />
<Unit filename="..\src\halo.hpp" />
<Unit filename="..\src\help.cpp" />
<Unit filename="..\src\help.hpp" />
<Unit filename="..\src\hotkeys.cpp" />
<Unit filename="..\src\hotkeys.hpp" />
<Unit filename="..\src\image.cpp" />
<Unit filename="..\src\image.hpp" />
<Unit filename="..\src\intro.cpp" />
<Unit filename="..\src\intro.hpp" />
<Unit filename="..\src\key.cpp" />
<Unit filename="..\src\key.hpp" />
<Unit filename="..\src\language.cpp" />
<Unit filename="..\src\language.hpp" />
<Unit filename="..\src\leader_list.cpp" />
<Unit filename="..\src\leader_list.hpp" />
<Unit filename="..\src\loadscreen.cpp" />
<Unit filename="..\src\loadscreen.hpp" />
<Unit filename="..\src\log.cpp" />
<Unit filename="..\src\log.hpp" />
<Unit filename="..\src\map.cpp" />
<Unit filename="..\src\map.hpp" />
<Unit filename="..\src\map_create.cpp" />
<Unit filename="..\src\map_create.hpp" />
<Unit filename="..\src\map_label.cpp" />
<Unit filename="..\src\map_label.hpp" />
<Unit filename="..\src\mapgen.cpp" />
<Unit filename="..\src\mapgen.hpp" />
<Unit filename="..\src\mapgen_dialog.cpp" />
<Unit filename="..\src\mapgen_dialog.hpp" />
<Unit filename="..\src\marked-up_text.cpp" />
<Unit filename="..\src\marked-up_text.hpp" />
<Unit filename="..\src\menu_events.cpp" />
<Unit filename="..\src\menu_events.hpp" />
<Unit filename="..\src\minimap.cpp" />
<Unit filename="..\src\minimap.hpp" />
<Unit filename="..\src\mouse_events.cpp" />
<Unit filename="..\src\mouse_events.hpp" />
<Unit filename="..\src\multiplayer.cpp" />
<Unit filename="..\src\multiplayer.hpp" />
<Unit filename="..\src\multiplayer_connect.cpp" />
<Unit filename="..\src\multiplayer_connect.hpp" />
<Unit filename="..\src\multiplayer_create.cpp" />
<Unit filename="..\src\multiplayer_create.hpp" />
<Unit filename="..\src\multiplayer_lobby.cpp" />
<Unit filename="..\src\multiplayer_lobby.hpp" />
<Unit filename="..\src\multiplayer_ui.cpp" />
<Unit filename="..\src\multiplayer_ui.hpp" />
<Unit filename="..\src\multiplayer_wait.cpp" />
<Unit filename="..\src\multiplayer_wait.hpp" />
<Unit filename="..\src\network.cpp" />
<Unit filename="..\src\network.hpp" />
<Unit filename="..\src\network_worker.cpp" />
<Unit filename="..\src\network_worker.hpp" />
<Unit filename="..\src\pathfind.cpp" />
<Unit filename="..\src\pathfind.hpp" />
<Unit filename="..\src\pathutils.cpp" />
<Unit filename="..\src\pathutils.hpp" />
<Unit filename="..\src\play_controller.cpp" />
<Unit filename="..\src\play_controller.hpp" />
<Unit filename="..\src\playcampaign.cpp" />
<Unit filename="..\src\playcampaign.hpp" />
<Unit filename="..\src\playmp_controller.cpp" />
<Unit filename="..\src\playmp_controller.hpp" />
<Unit filename="..\src\playsingle_controller.cpp" />
<Unit filename="..\src\playsingle_controller.hpp" />
<Unit filename="..\src\playturn.cpp" />
<Unit filename="..\src\playturn.hpp" />
<Unit filename="..\src\preferences.cpp" />
<Unit filename="..\src\preferences.hpp" />
<Unit filename="..\src\preferences_display.cpp" />
<Unit filename="..\src\preferences_display.hpp" />
<Unit filename="..\src\publish_campaign.cpp" />
<Unit filename="..\src\publish_campaign.hpp" />
<Unit filename="..\src\race.cpp" />
<Unit filename="..\src\race.hpp" />
<Unit filename="..\src\random.cpp" />
<Unit filename="..\src\random.hpp" />
<Unit filename="..\src\replay.cpp" />
<Unit filename="..\src\replay.hpp" />
<Unit filename="..\src\replay_controller.cpp" />
<Unit filename="..\src\replay_controller.hpp" />
<Unit filename="..\src\reports.cpp" />
<Unit filename="..\src\reports.hpp" />
<Unit filename="..\src\sdl_utils.cpp" />
<Unit filename="..\src\sdl_utils.hpp" />
<Unit filename="..\src\serialization\binary_or_text.cpp" />
<Unit filename="..\src\serialization\binary_or_text.hpp" />
<Unit filename="..\src\serialization\binary_wml.cpp" />
<Unit filename="..\src\serialization\binary_wml.hpp" />
<Unit filename="..\src\serialization\parser.cpp" />
<Unit filename="..\src\serialization\parser.hpp" />
<Unit filename="..\src\serialization\preprocessor.cpp" />
<Unit filename="..\src\serialization\preprocessor.hpp" />
<Unit filename="..\src\serialization\string_utils.cpp" />
<Unit filename="..\src\serialization\string_utils.hpp" />
<Unit filename="..\src\serialization\tokenizer.cpp" />
<Unit filename="..\src\serialization\tokenizer.hpp" />
<Unit filename="..\src\settings.cpp" />
<Unit filename="..\src\settings.hpp" />
<Unit filename="..\src\sha1.cpp" />
<Unit filename="..\src\sha1.hpp" />
<Unit filename="..\src\show_dialog.cpp" />
<Unit filename="..\src\show_dialog.hpp" />
<Unit filename="..\src\sound.cpp" />
<Unit filename="..\src\sound.hpp" />
<Unit filename="..\src\soundsource.cpp" />
<Unit filename="..\src\soundsource.hpp" />
<Unit filename="..\src\statistics.cpp" />
<Unit filename="..\src\statistics.hpp" />
<Unit filename="..\src\team.cpp" />
<Unit filename="..\src\team.hpp" />
<Unit filename="..\src\terrain.cpp" />
<Unit filename="..\src\terrain.hpp" />
<Unit filename="..\src\terrain_filter.cpp" />
<Unit filename="..\src\terrain_filter.hpp" />
<Unit filename="..\src\terrain_translation.cpp" />
<Unit filename="..\src\terrain_translation.hpp" />
<Unit filename="..\src\theme.cpp" />
<Unit filename="..\src\theme.hpp" />
<Unit filename="..\src\thread.cpp" />
<Unit filename="..\src\thread.hpp" />
<Unit filename="..\src\titlescreen.cpp" />
<Unit filename="..\src\titlescreen.hpp" />
<Unit filename="..\src\tooltips.cpp" />
<Unit filename="..\src\tooltips.hpp" />
<Unit filename="..\src\tstring.cpp" />
<Unit filename="..\src\tstring.hpp" />
<Unit filename="..\src\unit.cpp" />
<Unit filename="..\src\unit.hpp" />
<Unit filename="..\src\unit_abilities.cpp" />
<Unit filename="..\src\unit_abilities.hpp" />
<Unit filename="..\src\unit_animation.cpp" />
<Unit filename="..\src\unit_animation.hpp" />
<Unit filename="..\src\unit_display.cpp" />
<Unit filename="..\src\unit_display.hpp" />
<Unit filename="..\src\unit_frame.cpp" />
<Unit filename="..\src\unit_frame.hpp" />
<Unit filename="..\src\unit_map.cpp" />
<Unit filename="..\src\unit_map.hpp" />
<Unit filename="..\src\unit_types.cpp" />
<Unit filename="..\src\unit_types.hpp" />
<Unit filename="..\src\upload_log.cpp" />
<Unit filename="..\src\upload_log.hpp" />
<Unit filename="..\src\util.cpp" />
<Unit filename="..\src\util.hpp" />
<Unit filename="..\src\variable.cpp" />
<Unit filename="..\src\variable.hpp" />
<Unit filename="..\src\variant.cpp" />
<Unit filename="..\src\variant.hpp" />
<Unit filename="..\src\video.cpp" />
<Unit filename="..\src\video.hpp" />
<Unit filename="..\src\widgets\button.cpp" />
<Unit filename="..\src\widgets\button.hpp" />
<Unit filename="..\src\widgets\combo.cpp" />
<Unit filename="..\src\widgets\combo.hpp" />
<Unit filename="..\src\widgets\file_menu.cpp" />
<Unit filename="..\src\widgets\file_menu.hpp" />
<Unit filename="..\src\widgets\label.cpp" />
<Unit filename="..\src\widgets\label.hpp" />
<Unit filename="..\src\widgets\menu.cpp" />
<Unit filename="..\src\widgets\menu.hpp" />
<Unit filename="..\src\widgets\menu_style.cpp" />
<Unit filename="..\src\widgets\progressbar.cpp" />
<Unit filename="..\src\widgets\progressbar.hpp" />
<Unit filename="..\src\widgets\scrollarea.cpp" />
<Unit filename="..\src\widgets\scrollarea.hpp" />
<Unit filename="..\src\widgets\scrollbar.cpp" />
<Unit filename="..\src\widgets\scrollbar.hpp" />
<Unit filename="..\src\widgets\scrollpane.cpp" />
<Unit filename="..\src\widgets\scrollpane.hpp" />
<Unit filename="..\src\widgets\slider.cpp" />
<Unit filename="..\src\widgets\slider.hpp" />
<Unit filename="..\src\widgets\textbox.cpp" />
<Unit filename="..\src\widgets\textbox.hpp" />
<Unit filename="..\src\widgets\widget.cpp" />
<Unit filename="..\src\widgets\widget.hpp" />
<Unit filename="..\src\wml_exception.cpp" />
<Unit filename="..\src\wml_exception.hpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

View file

@ -1 +0,0 @@
# depslib dependency file v1.0

View file

@ -1,331 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Release Athlon" />
<File name="resource.rc" open="0" top="0" tabpos="0">
<Cursor position="61" topLine="0" />
</File>
<File name="..\src\about.cpp" open="0" top="0" tabpos="0">
<Cursor position="2436" topLine="66" />
</File>
<File name="..\src\actions.cpp" open="0" top="0" tabpos="4">
<Cursor position="3405" topLine="108" />
</File>
<File name="..\src\actions.hpp" open="0" top="0" tabpos="5">
<Cursor position="523" topLine="0" />
</File>
<File name="..\src\ai.cpp" open="0" top="0" tabpos="3">
<Cursor position="8189" topLine="271" />
</File>
<File name="..\src\ai.hpp" open="0" top="0" tabpos="0">
<Cursor position="9229" topLine="239" />
</File>
<File name="..\src\ai_attack.cpp" open="0" top="0" tabpos="0">
<Cursor position="28194" topLine="760" />
</File>
<File name="..\src\ai_dfool.cpp" open="0" top="0" tabpos="0">
<Cursor position="1171" topLine="27" />
</File>
<File name="..\src\ai_dfool.hpp" open="0" top="0" tabpos="0">
<Cursor position="1248" topLine="38" />
</File>
<File name="..\src\ai_interface.hpp" open="0" top="0" tabpos="0">
<Cursor position="1517" topLine="30" />
</File>
<File name="..\src\ai_move.cpp" open="0" top="0" tabpos="0">
<Cursor position="11832" topLine="373" />
</File>
<File name="..\src\ai_python.cpp" open="0" top="0" tabpos="1">
<Cursor position="0" topLine="36" />
</File>
<File name="..\src\animated.hpp" open="0" top="0" tabpos="0">
<Cursor position="776" topLine="16" />
</File>
<File name="..\src\builder.cpp" open="0" top="0" tabpos="5">
<Cursor position="4196" topLine="141" />
</File>
<File name="..\src\callable_objects.cpp" open="0" top="0" tabpos="0">
<Cursor position="914" topLine="22" />
</File>
<File name="..\src\callable_objects.hpp" open="0" top="0" tabpos="0">
<Cursor position="2256" topLine="79" />
</File>
<File name="..\src\cavegen.cpp" open="0" top="0" tabpos="0">
<Cursor position="2983" topLine="98" />
</File>
<File name="..\src\clipboard.cpp" open="0" top="0" tabpos="0">
<Cursor position="1386" topLine="47" />
</File>
<File name="..\src\color_range.cpp" open="0" top="0" tabpos="0">
<Cursor position="5369" topLine="147" />
</File>
<File name="..\src\config.cpp" open="0" top="0" tabpos="9">
<Cursor position="17914" topLine="614" />
</File>
<File name="..\src\config.hpp" open="0" top="0" tabpos="0">
<Cursor position="3069" topLine="38" />
</File>
<File name="..\src\config_adapter.cpp" open="0" top="0" tabpos="0">
<Cursor position="2772" topLine="77" />
</File>
<File name="..\src\config_adapter.hpp" open="0" top="0" tabpos="0">
<Cursor position="859" topLine="18" />
</File>
<File name="..\src\construct_dialog.cpp" open="0" top="0" tabpos="0">
<Cursor position="7924" topLine="281" />
</File>
<File name="..\src\dialogs.cpp" open="0" top="0" tabpos="3">
<Cursor position="29526" topLine="921" />
</File>
<File name="..\src\dialogs.hpp" open="0" top="0" tabpos="0">
<Cursor position="4587" topLine="123" />
</File>
<File name="..\src\events.cpp" open="0" top="0" tabpos="0">
<Cursor position="10164" topLine="370" />
</File>
<File name="..\src\events.hpp" open="0" top="0" tabpos="0">
<Cursor position="1126" topLine="13" />
</File>
<File name="..\src\filesystem.cpp" open="0" top="0" tabpos="0">
<Cursor position="902" topLine="17" />
</File>
<File name="..\src\font.cpp" open="0" top="0" tabpos="0">
<Cursor position="29664" topLine="1108" />
</File>
<File name="..\src\formula_ai.cpp" open="0" top="0" tabpos="0">
<Cursor position="27565" topLine="799" />
</File>
<File name="..\src\formula_callable.hpp" open="0" top="0" tabpos="0">
<Cursor position="1143" topLine="24" />
</File>
<File name="..\src\formula_function.hpp" open="0" top="0" tabpos="3">
<Cursor position="1694" topLine="40" />
</File>
<File name="..\src\game.cpp" open="0" top="0" tabpos="1">
<Cursor position="27834" topLine="918" />
</File>
<File name="..\src\game_events.cpp" open="0" top="0" tabpos="0">
<Cursor position="55012" topLine="1766" />
</File>
<File name="..\src\game_events.hpp" open="0" top="0" tabpos="0">
<Cursor position="2005" topLine="45" />
</File>
<File name="..\src\gamestatus.cpp" open="0" top="0" tabpos="1">
<Cursor position="12278" topLine="421" />
</File>
<File name="..\src\gamestatus.hpp" open="0" top="0" tabpos="0">
<Cursor position="2937" topLine="91" />
</File>
<File name="..\src\generic_event.cpp" open="0" top="0" tabpos="0">
<Cursor position="2487" topLine="71" />
</File>
<File name="..\src\gui\dialogs\addon_connect.cpp" open="0" top="0" tabpos="0">
<Cursor position="1327" topLine="28" />
</File>
<File name="..\src\gui\widgets\button.cpp" open="0" top="0" tabpos="0">
<Cursor position="1559" topLine="39" />
</File>
<File name="..\src\gui\widgets\canvas.cpp" open="0" top="0" tabpos="0">
<Cursor position="3148" topLine="103" />
</File>
<File name="..\src\gui\widgets\event_handler.cpp" open="0" top="0" tabpos="1">
<Cursor position="4608" topLine="9" />
</File>
<File name="..\src\gui\widgets\event_handler.hpp" open="0" top="0" tabpos="0">
<Cursor position="0" topLine="36" />
</File>
<File name="..\src\gui\widgets\text_box.cpp" open="0" top="0" tabpos="0">
<Cursor position="6473" topLine="224" />
</File>
<File name="..\src\help.cpp" open="0" top="0" tabpos="3">
<Cursor position="95399" topLine="2932" />
</File>
<File name="..\src\help.hpp" open="0" top="0" tabpos="5">
<Cursor position="1936" topLine="34" />
</File>
<File name="..\src\hotkeys.cpp" open="0" top="0" tabpos="6">
<Cursor position="18232" topLine="531" />
</File>
<File name="..\src\image.cpp" open="0" top="0" tabpos="0">
<Cursor position="2072" topLine="58" />
</File>
<File name="..\src\leader_list.cpp" open="0" top="0" tabpos="5">
<Cursor position="5716" topLine="179" />
</File>
<File name="..\src\leader_list.hpp" open="0" top="0" tabpos="0">
<Cursor position="1459" topLine="31" />
</File>
<File name="..\src\log.cpp" open="0" top="0" tabpos="6">
<Cursor position="3562" topLine="121" />
</File>
<File name="..\src\log.hpp" open="0" top="0" tabpos="7">
<Cursor position="2277" topLine="60" />
</File>
<File name="..\src\map.hpp" open="0" top="0" tabpos="0">
<Cursor position="8771" topLine="222" />
</File>
<File name="..\src\map_label.hpp" open="0" top="0" tabpos="0">
<Cursor position="777" topLine="16" />
</File>
<File name="..\src\mapgen.cpp" open="0" top="0" tabpos="0">
<Cursor position="19475" topLine="618" />
</File>
<File name="..\src\menu_events.cpp" open="0" top="0" tabpos="4">
<Cursor position="84310" topLine="2502" />
</File>
<File name="..\src\menu_events.hpp" open="0" top="0" tabpos="0">
<Cursor position="6539" topLine="161" />
</File>
<File name="..\src\mouse_events.cpp" open="0" top="0" tabpos="0">
<Cursor position="7068" topLine="175" />
</File>
<File name="..\src\mouse_events.hpp" open="0" top="0" tabpos="0">
<Cursor position="3965" topLine="85" />
</File>
<File name="..\src\multiplayer.cpp" open="0" top="0" tabpos="7">
<Cursor position="13743" topLine="471" />
</File>
<File name="..\src\multiplayer.hpp" open="0" top="0" tabpos="0">
<Cursor position="672" topLine="8" />
</File>
<File name="..\src\multiplayer_connect.cpp" open="0" top="0" tabpos="0">
<Cursor position="48630" topLine="1510" />
</File>
<File name="..\src\multiplayer_connect.hpp" open="0" top="0" tabpos="0">
<Cursor position="6120" topLine="201" />
</File>
<File name="..\src\multiplayer_create.cpp" open="0" top="0" tabpos="0">
<Cursor position="7488" topLine="176" />
</File>
<File name="..\src\multiplayer_create.hpp" open="0" top="0" tabpos="0">
<Cursor position="0" topLine="83" />
</File>
<File name="..\src\multiplayer_ui.cpp" open="0" top="0" tabpos="0">
<Cursor position="2893" topLine="90" />
</File>
<File name="..\src\multiplayer_wait.cpp" open="0" top="0" tabpos="0">
<Cursor position="14385" topLine="443" />
</File>
<File name="..\src\multiplayer_wait.hpp" open="0" top="0" tabpos="0">
<Cursor position="2153" topLine="63" />
</File>
<File name="..\src\pathfind.cpp" open="0" top="0" tabpos="0">
<Cursor position="0" topLine="226" />
</File>
<File name="..\src\pathfind.hpp" open="0" top="0" tabpos="0">
<Cursor position="620" topLine="8" />
</File>
<File name="..\src\play_controller.cpp" open="0" top="0" tabpos="7">
<Cursor position="3374" topLine="67" />
</File>
<File name="..\src\play_controller.hpp" open="0" top="0" tabpos="0">
<Cursor position="4205" topLine="110" />
</File>
<File name="..\src\playcampaign.cpp" open="0" top="0" tabpos="2">
<Cursor position="2987" topLine="60" />
</File>
<File name="..\src\playcampaign.hpp" open="0" top="0" tabpos="0">
<Cursor position="786" topLine="14" />
</File>
<File name="..\src\playmp_controller.cpp" open="0" top="0" tabpos="0">
<Cursor position="15303" topLine="483" />
</File>
<File name="..\src\playmp_controller.hpp" open="0" top="0" tabpos="0">
<Cursor position="975" topLine="20" />
</File>
<File name="..\src\playsingle_controller.cpp" open="0" top="0" tabpos="5">
<Cursor position="3311" topLine="95" />
</File>
<File name="..\src\playsingle_controller.hpp" open="0" top="0" tabpos="0">
<Cursor position="977" topLine="20" />
</File>
<File name="..\src\playturn.cpp" open="0" top="0" tabpos="0">
<Cursor position="4047" topLine="111" />
</File>
<File name="..\src\playturn.hpp" open="0" top="0" tabpos="0">
<Cursor position="2262" topLine="56" />
</File>
<File name="..\src\race.cpp" open="0" top="0" tabpos="4">
<Cursor position="6436" topLine="199" />
</File>
<File name="..\src\race.hpp" open="0" top="0" tabpos="3">
<Cursor position="1869" topLine="43" />
</File>
<File name="..\src\random.cpp" open="0" top="0" tabpos="0">
<Cursor position="4932" topLine="138" />
</File>
<File name="..\src\random.hpp" open="0" top="0" tabpos="0">
<Cursor position="1518" topLine="43" />
</File>
<File name="..\src\replay.cpp" open="0" top="0" tabpos="0">
<Cursor position="24623" topLine="913" />
</File>
<File name="..\src\replay.hpp" open="0" top="0" tabpos="0">
<Cursor position="5299" topLine="146" />
</File>
<File name="..\src\replay_controller.cpp" open="0" top="0" tabpos="0">
<Cursor position="3328" topLine="79" />
</File>
<File name="..\src\replay_controller.hpp" open="0" top="0" tabpos="0">
<Cursor position="2067" topLine="56" />
</File>
<File name="..\src\reports.cpp" open="0" top="0" tabpos="0">
<Cursor position="667" topLine="11" />
</File>
<File name="..\src\serialization\parser.hpp" open="0" top="0" tabpos="0">
<Cursor position="592" topLine="0" />
</File>
<File name="..\src\serialization\preprocessor.cpp" open="0" top="0" tabpos="0">
<Cursor position="28496" topLine="933" />
</File>
<File name="..\src\show_dialog.cpp" open="0" top="0" tabpos="0">
<Cursor position="10497" topLine="348" />
</File>
<File name="..\src\sound.cpp" open="0" top="0" tabpos="0">
<Cursor position="13897" topLine="524" />
</File>
<File name="..\src\team.cpp" open="0" top="0" tabpos="0">
<Cursor position="2622" topLine="85" />
</File>
<File name="..\src\unit.cpp" open="0" top="0" tabpos="7">
<Cursor position="18339" topLine="562" />
</File>
<File name="..\src\unit.hpp" open="0" top="0" tabpos="7">
<Cursor position="2693" topLine="54" />
</File>
<File name="..\src\unit_abilities.cpp" open="0" top="0" tabpos="0">
<Cursor position="25424" topLine="814" />
</File>
<File name="..\src\unit_animation.cpp" open="0" top="0" tabpos="0">
<Cursor position="33602" topLine="817" />
</File>
<File name="..\src\unit_display.cpp" open="0" top="0" tabpos="0">
<Cursor position="9974" topLine="271" />
</File>
<File name="..\src\unit_types.cpp" open="0" top="0" tabpos="4">
<Cursor position="28665" topLine="963" />
</File>
<File name="..\src\unit_types.hpp" open="0" top="0" tabpos="3">
<Cursor position="11285" topLine="316" />
</File>
<File name="..\src\upload_log.cpp" open="0" top="0" tabpos="0">
<Cursor position="843" topLine="14" />
</File>
<File name="..\src\variable.cpp" open="0" top="0" tabpos="0">
<Cursor position="938" topLine="25" />
</File>
<File name="..\src\variant.cpp" open="0" top="0" tabpos="0">
<Cursor position="2259" topLine="114" />
</File>
<File name="..\src\variant.hpp" open="0" top="0" tabpos="0">
<Cursor position="1592" topLine="48" />
</File>
<File name="..\src\widgets\widget.cpp" open="0" top="0" tabpos="0">
<Cursor position="5949" topLine="248" />
</File>
<File name="..\src\wml_exception.cpp" open="0" top="0" tabpos="0">
<Cursor position="1434" topLine="21" />
</File>
<File name="..\src\wml_exception.hpp" open="0" top="0" tabpos="0">
<Cursor position="700" topLine="11" />
</File>
</CodeBlocks_layout_file>

File diff suppressed because it is too large Load diff

View file

@ -1,499 +0,0 @@
[Project]
FileName=wesnothd_jh.dev
Name=wesnothd_jh
UnitCount=45
Type=1
Ver=1
ObjFiles=
Includes=src
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=-DUSE_GZIP_@@_-fasynchronous-unwind-tables_@@_-fexceptions_@@_-mthreads_@@_
Linker=-lboost_iostreams_@@_-lmingw32_@@_-lSDLmain_@@_-lSDL_@@_-lSDL_net_@@_-lintl_@@_-lzdll_@@_-lwsock32_@@_
IsCpp=1
Icon=
ExeOutput=
ObjectOutput=object/wesnothd
OverrideOutput=1
OverrideOutputName=wesnothd.exe
HostApplication=
Folders=misc,serialization,server
CommandLine=
UseCustomMakefile=0
CustomMakefile=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=0
CompilerSettings=0000000000010000000100
[Unit1]
FileName=src\server\server.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit2]
FileName=src\server\game.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit3]
FileName=src\server\game.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit4]
FileName=src\server\input_stream.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit5]
FileName=src\server\input_stream.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit6]
FileName=src\server\metrics.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit7]
FileName=src\server\metrics.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit8]
FileName=src\server\player.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit9]
FileName=src\server\player.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit10]
FileName=src\server\proxy.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit11]
FileName=src\server\proxy.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[VersionInfo]
Major=0
Minor=1
Release=1
Build=1
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0
[Unit12]
FileName=src\config.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit13]
FileName=src\config.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit14]
FileName=src\tstring.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit15]
FileName=src\tstring.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit16]
FileName=src\network_worker.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit17]
FileName=src\network.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit18]
FileName=src\network.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit19]
FileName=src\network_worker.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit20]
FileName=src\serialization\string_utils.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit21]
FileName=src\serialization\string_utils.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit22]
FileName=src\serialization\preprocessor.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit23]
FileName=src\serialization\preprocessor.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit24]
FileName=src\serialization\parser.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit25]
FileName=src\serialization\parser.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit26]
FileName=src\log.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit27]
FileName=src\log.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit28]
FileName=src\game_config.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit29]
FileName=src\game_config.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit30]
FileName=src\gettext.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit31]
FileName=src\gettext.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit32]
FileName=src\thread.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit33]
FileName=src\thread.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit34]
FileName=src\serialization\binary_wml.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit35]
FileName=src\serialization\binary_wml.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit36]
FileName=src\filesystem.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit37]
FileName=src\filesystem.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit38]
FileName=src\serialization\tokenizer.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit39]
FileName=src\serialization\tokenizer.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit40]
FileName=src\loadscreen_empty.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit41]
FileName=src\loadscreen.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit42]
FileName=src\color_range.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit43]
FileName=src\color_range.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit44]
FileName=src\serialization\binary_or_text.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit45]
FileName=src\serialization\binary_or_text.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=

View file

@ -1,334 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Wesnoth SVN" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="..\Wesnoth_cb" prefix_auto="1" extension_auto="1" />
<Option working_dir="..\..\Wesnoth_SVN_Work" />
<Option object_output="obj\Debug\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
</Target>
<Target title="Release">
<Option output="bin\Release\Wesnoth SVN" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-g" />
<Add option="-fexceptions" />
<Add option="-fasynchronous-unwind-tables" />
<Add option="-mthreads" />
<Add option="-DUSE_GZIP" />
<Add directory="P:\Programme\Dev-Cpp\include" />
<Add directory="C:\Entwicklung\Wesnoth\Wesnoth_SVN_Work\src" />
</Compiler>
<Linker>
<Add library="mingw32" />
<Add library="mingwthrd" />
<Add library="winmm" />
<Add library="win32k" />
<Add library="kernel32" />
<Add library="wsock32" />
<Add library="SDLmain" />
<Add library="SDL.dll" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_ttf.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_net.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_image.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\SDL_mixer.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\intl.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\libpng.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\libboost_iostreams-mgw34-mt-s-1_34_1.a" />
<Add library="P:\Programme\Dev-Cpp\lib\libboost_regex-mgw34-mt-d-1_34_1.a" />
<Add library="..\..\lib\zlib1.lib" />
<Add library="P:\Programme\Dev-Cpp\lib\libfreetype.dll.a" />
<Add directory="P:\Programme\Dev-Cpp\lib" />
</Linker>
<Unit filename="cb.bmp" />
<Unit filename="resource.h" />
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="..\src\about.cpp" />
<Unit filename="..\src\about.hpp" />
<Unit filename="..\src\actions.cpp" />
<Unit filename="..\src\actions.hpp" />
<Unit filename="..\src\ai.cpp" />
<Unit filename="..\src\ai.hpp" />
<Unit filename="..\src\ai_attack.cpp" />
<Unit filename="..\src\ai_dfool.cpp" />
<Unit filename="..\src\ai_dfool.hpp" />
<Unit filename="..\src\ai_interface.hpp" />
<Unit filename="..\src\ai_move.cpp" />
<Unit filename="..\src\ai_python.cpp" />
<Unit filename="..\src\ai_python.hpp" />
<Unit filename="..\src\ai_village.cpp" />
<Unit filename="..\src\animated.hpp" />
<Unit filename="..\src\animated_game.cpp" />
<Unit filename="..\src\astarnode.cpp" />
<Unit filename="..\src\astarnode.hpp" />
<Unit filename="..\src\astarsearch.cpp" />
<Unit filename="..\src\attack_prediction.cpp" />
<Unit filename="..\src\attack_prediction.hpp" />
<Unit filename="..\src\builder.cpp" />
<Unit filename="..\src\builder.hpp" />
<Unit filename="..\src\callable_objects.cpp" />
<Unit filename="..\src\callable_objects.hpp" />
<Unit filename="..\src\cavegen.cpp" />
<Unit filename="..\src\cavegen.hpp" />
<Unit filename="..\src\clipboard.cpp" />
<Unit filename="..\src\clipboard.hpp" />
<Unit filename="..\src\color_range.cpp" />
<Unit filename="..\src\color_range.hpp" />
<Unit filename="..\src\config.cpp" />
<Unit filename="..\src\config.hpp" />
<Unit filename="..\src\config_adapter.cpp" />
<Unit filename="..\src\config_adapter.hpp" />
<Unit filename="..\src\construct_dialog.cpp" />
<Unit filename="..\src\construct_dialog.hpp" />
<Unit filename="..\src\cursor.cpp" />
<Unit filename="..\src\cursor.hpp" />
<Unit filename="..\src\dialogs.cpp" />
<Unit filename="..\src\dialogs.hpp" />
<Unit filename="..\src\display.cpp" />
<Unit filename="..\src\display.hpp" />
<Unit filename="..\src\events.cpp" />
<Unit filename="..\src\events.hpp" />
<Unit filename="..\src\file_chooser.hpp" />
<Unit filename="..\src\filechooser.cpp" />
<Unit filename="..\src\filesystem.cpp" />
<Unit filename="..\src\filesystem.hpp" />
<Unit filename="..\src\floating_textbox.cpp" />
<Unit filename="..\src\floating_textbox.hpp" />
<Unit filename="..\src\font.cpp" />
<Unit filename="..\src\font.hpp" />
<Unit filename="..\src\formula.cpp" />
<Unit filename="..\src\formula.hpp" />
<Unit filename="..\src\formula_ai.cpp" />
<Unit filename="..\src\formula_ai.hpp" />
<Unit filename="..\src\formula_callable.hpp" />
<Unit filename="..\src\formula_callable_fwd.hpp" />
<Unit filename="..\src\formula_function.cpp" />
<Unit filename="..\src\formula_function.hpp" />
<Unit filename="..\src\formula_fwd.hpp" />
<Unit filename="..\src\formula_tokenizer.cpp" />
<Unit filename="..\src\formula_tokenizer.hpp" />
<Unit filename="..\src\game.cpp">
<Option target="Debug" />
</Unit>
<Unit filename="..\src\game_config.cpp" />
<Unit filename="..\src\game_config.hpp" />
<Unit filename="..\src\game_display.cpp" />
<Unit filename="..\src\game_display.hpp" />
<Unit filename="..\src\game_events.cpp" />
<Unit filename="..\src\game_events.hpp" />
<Unit filename="..\src\game_preferences.cpp" />
<Unit filename="..\src\game_preferences.hpp" />
<Unit filename="..\src\game_preferences_display.cpp" />
<Unit filename="..\src\gamestatus.cpp" />
<Unit filename="..\src\gamestatus.hpp" />
<Unit filename="..\src\generate_report.cpp" />
<Unit filename="..\src\generic_event.cpp" />
<Unit filename="..\src\generic_event.hpp" />
<Unit filename="..\src\gettext.cpp" />
<Unit filename="..\src\gettext.hpp" />
<Unit filename="..\src\global.hpp" />
<Unit filename="..\src\halo.cpp" />
<Unit filename="..\src\halo.hpp" />
<Unit filename="..\src\help.cpp" />
<Unit filename="..\src\help.hpp" />
<Unit filename="..\src\hotkeys.cpp" />
<Unit filename="..\src\hotkeys.hpp" />
<Unit filename="..\src\image.cpp" />
<Unit filename="..\src\image.hpp" />
<Unit filename="..\src\intro.cpp" />
<Unit filename="..\src\intro.hpp" />
<Unit filename="..\src\key.cpp" />
<Unit filename="..\src\key.hpp" />
<Unit filename="..\src\language.cpp" />
<Unit filename="..\src\language.hpp" />
<Unit filename="..\src\leader_list.cpp" />
<Unit filename="..\src\leader_list.hpp" />
<Unit filename="..\src\loadscreen.cpp" />
<Unit filename="..\src\loadscreen.hpp" />
<Unit filename="..\src\log.cpp" />
<Unit filename="..\src\log.hpp" />
<Unit filename="..\src\map.cpp" />
<Unit filename="..\src\map.hpp" />
<Unit filename="..\src\map_create.cpp" />
<Unit filename="..\src\map_create.hpp" />
<Unit filename="..\src\map_label.cpp" />
<Unit filename="..\src\map_label.hpp" />
<Unit filename="..\src\mapgen.cpp" />
<Unit filename="..\src\mapgen.hpp" />
<Unit filename="..\src\mapgen_dialog.cpp" />
<Unit filename="..\src\mapgen_dialog.hpp" />
<Unit filename="..\src\marked-up_text.cpp" />
<Unit filename="..\src\marked-up_text.hpp" />
<Unit filename="..\src\menu_events.cpp" />
<Unit filename="..\src\menu_events.hpp" />
<Unit filename="..\src\minimap.cpp" />
<Unit filename="..\src\minimap.hpp" />
<Unit filename="..\src\mouse_events.cpp" />
<Unit filename="..\src\mouse_events.hpp" />
<Unit filename="..\src\multiplayer.cpp" />
<Unit filename="..\src\multiplayer.hpp" />
<Unit filename="..\src\multiplayer_connect.cpp" />
<Unit filename="..\src\multiplayer_connect.hpp" />
<Unit filename="..\src\multiplayer_create.cpp" />
<Unit filename="..\src\multiplayer_create.hpp" />
<Unit filename="..\src\multiplayer_lobby.cpp" />
<Unit filename="..\src\multiplayer_lobby.hpp" />
<Unit filename="..\src\multiplayer_ui.cpp" />
<Unit filename="..\src\multiplayer_ui.hpp" />
<Unit filename="..\src\multiplayer_wait.cpp" />
<Unit filename="..\src\multiplayer_wait.hpp" />
<Unit filename="..\src\network.cpp" />
<Unit filename="..\src\network.hpp" />
<Unit filename="..\src\network_worker.cpp" />
<Unit filename="..\src\network_worker.hpp" />
<Unit filename="..\src\pathfind.cpp" />
<Unit filename="..\src\pathfind.hpp" />
<Unit filename="..\src\pathutils.cpp" />
<Unit filename="..\src\pathutils.hpp" />
<Unit filename="..\src\play_controller.cpp" />
<Unit filename="..\src\play_controller.hpp" />
<Unit filename="..\src\playcampaign.cpp" />
<Unit filename="..\src\playcampaign.hpp" />
<Unit filename="..\src\playmp_controller.cpp" />
<Unit filename="..\src\playmp_controller.hpp" />
<Unit filename="..\src\playsingle_controller.cpp" />
<Unit filename="..\src\playsingle_controller.hpp" />
<Unit filename="..\src\playturn.cpp" />
<Unit filename="..\src\playturn.hpp" />
<Unit filename="..\src\preferences.cpp" />
<Unit filename="..\src\preferences.hpp" />
<Unit filename="..\src\preferences_display.cpp" />
<Unit filename="..\src\preferences_display.hpp" />
<Unit filename="..\src\publish_campaign.cpp" />
<Unit filename="..\src\publish_campaign.hpp" />
<Unit filename="..\src\race.cpp" />
<Unit filename="..\src\race.hpp" />
<Unit filename="..\src\random.cpp" />
<Unit filename="..\src\random.hpp" />
<Unit filename="..\src\replay.cpp" />
<Unit filename="..\src\replay.hpp" />
<Unit filename="..\src\replay_controller.cpp" />
<Unit filename="..\src\replay_controller.hpp" />
<Unit filename="..\src\reports.cpp" />
<Unit filename="..\src\reports.hpp" />
<Unit filename="..\src\sdl_utils.cpp" />
<Unit filename="..\src\sdl_utils.hpp" />
<Unit filename="..\src\serialization\binary_or_text.cpp" />
<Unit filename="..\src\serialization\binary_or_text.hpp" />
<Unit filename="..\src\serialization\binary_wml.cpp" />
<Unit filename="..\src\serialization\binary_wml.hpp" />
<Unit filename="..\src\serialization\parser.cpp" />
<Unit filename="..\src\serialization\parser.hpp" />
<Unit filename="..\src\serialization\preprocessor.cpp" />
<Unit filename="..\src\serialization\preprocessor.hpp" />
<Unit filename="..\src\serialization\string_utils.cpp" />
<Unit filename="..\src\serialization\string_utils.hpp" />
<Unit filename="..\src\serialization\tokenizer.cpp" />
<Unit filename="..\src\serialization\tokenizer.hpp" />
<Unit filename="..\src\settings.cpp" />
<Unit filename="..\src\settings.hpp" />
<Unit filename="..\src\sha1.cpp" />
<Unit filename="..\src\sha1.hpp" />
<Unit filename="..\src\show_dialog.cpp" />
<Unit filename="..\src\show_dialog.hpp" />
<Unit filename="..\src\sound.cpp" />
<Unit filename="..\src\sound.hpp" />
<Unit filename="..\src\soundsource.cpp" />
<Unit filename="..\src\soundsource.hpp" />
<Unit filename="..\src\statistics.cpp" />
<Unit filename="..\src\statistics.hpp" />
<Unit filename="..\src\team.cpp" />
<Unit filename="..\src\team.hpp" />
<Unit filename="..\src\terrain.cpp" />
<Unit filename="..\src\terrain.hpp" />
<Unit filename="..\src\terrain_filter.cpp" />
<Unit filename="..\src\terrain_filter.hpp" />
<Unit filename="..\src\terrain_translation.cpp" />
<Unit filename="..\src\terrain_translation.hpp" />
<Unit filename="..\src\theme.cpp" />
<Unit filename="..\src\theme.hpp" />
<Unit filename="..\src\thread.cpp" />
<Unit filename="..\src\thread.hpp" />
<Unit filename="..\src\titlescreen.cpp" />
<Unit filename="..\src\titlescreen.hpp" />
<Unit filename="..\src\tooltips.cpp" />
<Unit filename="..\src\tooltips.hpp" />
<Unit filename="..\src\tstring.cpp" />
<Unit filename="..\src\tstring.hpp" />
<Unit filename="..\src\unit.cpp" />
<Unit filename="..\src\unit.hpp" />
<Unit filename="..\src\unit_abilities.cpp" />
<Unit filename="..\src\unit_abilities.hpp" />
<Unit filename="..\src\unit_animation.cpp" />
<Unit filename="..\src\unit_animation.hpp" />
<Unit filename="..\src\unit_display.cpp" />
<Unit filename="..\src\unit_display.hpp" />
<Unit filename="..\src\unit_frame.cpp" />
<Unit filename="..\src\unit_frame.hpp" />
<Unit filename="..\src\unit_map.cpp" />
<Unit filename="..\src\unit_map.hpp" />
<Unit filename="..\src\unit_types.cpp" />
<Unit filename="..\src\unit_types.hpp" />
<Unit filename="..\src\upload_log.cpp" />
<Unit filename="..\src\upload_log.hpp" />
<Unit filename="..\src\util.cpp" />
<Unit filename="..\src\util.hpp" />
<Unit filename="..\src\variable.cpp" />
<Unit filename="..\src\variable.hpp" />
<Unit filename="..\src\variant.cpp" />
<Unit filename="..\src\variant.hpp" />
<Unit filename="..\src\video.cpp" />
<Unit filename="..\src\video.hpp" />
<Unit filename="..\src\widgets\button.cpp" />
<Unit filename="..\src\widgets\button.hpp" />
<Unit filename="..\src\widgets\combo.cpp" />
<Unit filename="..\src\widgets\combo.hpp" />
<Unit filename="..\src\widgets\file_menu.cpp" />
<Unit filename="..\src\widgets\file_menu.hpp" />
<Unit filename="..\src\widgets\label.cpp" />
<Unit filename="..\src\widgets\label.hpp" />
<Unit filename="..\src\widgets\menu.cpp" />
<Unit filename="..\src\widgets\menu.hpp" />
<Unit filename="..\src\widgets\menu_style.cpp" />
<Unit filename="..\src\widgets\progressbar.cpp" />
<Unit filename="..\src\widgets\progressbar.hpp" />
<Unit filename="..\src\widgets\scrollarea.cpp" />
<Unit filename="..\src\widgets\scrollarea.hpp" />
<Unit filename="..\src\widgets\scrollbar.cpp" />
<Unit filename="..\src\widgets\scrollbar.hpp" />
<Unit filename="..\src\widgets\scrollpane.cpp" />
<Unit filename="..\src\widgets\scrollpane.hpp" />
<Unit filename="..\src\widgets\slider.cpp" />
<Unit filename="..\src\widgets\slider.hpp" />
<Unit filename="..\src\widgets\textbox.cpp" />
<Unit filename="..\src\widgets\textbox.hpp" />
<Unit filename="..\src\widgets\widget.cpp" />
<Unit filename="..\src\widgets\widget.hpp" />
<Unit filename="..\src\wml_exception.cpp" />
<Unit filename="..\src\wml_exception.hpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

File diff suppressed because it is too large Load diff

View file

@ -1,91 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Debug" />
<File name="..\src\about.cpp" open="0" top="0" tabpos="0">
<Cursor position="8417" topLine="246" />
</File>
<File name="..\src\actions.cpp" open="0" top="0" tabpos="0">
<Cursor position="22608" topLine="640" />
</File>
<File name="..\src\ai.cpp" open="0" top="0" tabpos="0">
<Cursor position="7700" topLine="281" />
</File>
<File name="..\src\builder.cpp" open="0" top="0" tabpos="5">
<Cursor position="4196" topLine="141" />
</File>
<File name="..\src\config.cpp" open="0" top="0" tabpos="9">
<Cursor position="2432" topLine="91" />
</File>
<File name="..\src\config_adapter.cpp" open="0" top="0" tabpos="0">
<Cursor position="3440" topLine="142" />
</File>
<File name="..\src\dialogs.cpp" open="0" top="0" tabpos="6">
<Cursor position="38206" topLine="1224" />
</File>
<File name="..\src\events.cpp" open="0" top="0" tabpos="0">
<Cursor position="6161" topLine="241" />
</File>
<File name="..\src\filesystem.cpp" open="0" top="0" tabpos="0">
<Cursor position="11494" topLine="460" />
</File>
<File name="..\src\font.cpp" open="0" top="0" tabpos="0">
<Cursor position="29664" topLine="1108" />
</File>
<File name="..\src\formula_function.hpp" open="0" top="0" tabpos="0">
<Cursor position="1002" topLine="26" />
</File>
<File name="..\src\game.cpp" open="1" top="0" tabpos="1">
<Cursor position="71076" topLine="2180" />
</File>
<File name="..\src\gamestatus.cpp" open="0" top="0" tabpos="0">
<Cursor position="12093" topLine="412" />
</File>
<File name="..\src\generic_event.cpp" open="0" top="0" tabpos="0">
<Cursor position="2487" topLine="71" />
</File>
<File name="..\src\help.cpp" open="1" top="0" tabpos="4">
<Cursor position="87387" topLine="2653" />
</File>
<File name="..\src\help.hpp" open="1" top="0" tabpos="5">
<Cursor position="2190" topLine="46" />
</File>
<File name="..\src\leader_list.cpp" open="0" top="0" tabpos="5">
<Cursor position="5460" topLine="176" />
</File>
<File name="..\src\log.cpp" open="1" top="1" tabpos="6">
<Cursor position="3562" topLine="121" />
</File>
<File name="..\src\log.hpp" open="0" top="0" tabpos="7">
<Cursor position="2277" topLine="60" />
</File>
<File name="..\src\menu_events.cpp" open="0" top="0" tabpos="0">
<Cursor position="54075" topLine="1595" />
</File>
<File name="..\src\multiplayer_wait.cpp" open="0" top="0" tabpos="0">
<Cursor position="14475" topLine="456" />
</File>
<File name="..\src\playcampaign.cpp" open="0" top="0" tabpos="2">
<Cursor position="6302" topLine="180" />
</File>
<File name="..\src\replay.cpp" open="0" top="0" tabpos="0">
<Cursor position="5250" topLine="167" />
</File>
<File name="..\src\serialization\preprocessor.cpp" open="0" top="0" tabpos="0">
<Cursor position="28496" topLine="933" />
</File>
<File name="..\src\team.cpp" open="0" top="0" tabpos="0">
<Cursor position="1631" topLine="52" />
</File>
<File name="..\src\unit.cpp" open="0" top="0" tabpos="2">
<Cursor position="1500" topLine="50" />
</File>
<File name="..\src\unit.hpp" open="0" top="0" tabpos="0">
<Cursor position="12985" topLine="261" />
</File>
<File name="..\src\unit_types.cpp" open="1" top="0" tabpos="2">
<Cursor position="32285" topLine="1104" />
</File>
<File name="..\src\unit_types.hpp" open="1" top="0" tabpos="3">
<Cursor position="11973" topLine="315" />
</File>
</CodeBlocks_layout_file>

File diff suppressed because it is too large Load diff

View file

@ -1,499 +0,0 @@
[Project]
FileName=wesnothd_jh.dev
Name=wesnothd_jh
UnitCount=45
Type=1
Ver=1
ObjFiles=
Includes=src
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=-DUSE_GZIP_@@_-fasynchronous-unwind-tables_@@_-fexceptions_@@_-mthreads_@@_
Linker=-lboost_iostreams_@@_-lmingw32_@@_-lSDLmain_@@_-lSDL_@@_-lSDL_net_@@_-lintl_@@_-lzdll_@@_-lwsock32_@@_
IsCpp=1
Icon=
ExeOutput=
ObjectOutput=object/wesnothd
OverrideOutput=1
OverrideOutputName=wesnothd.exe
HostApplication=
Folders=misc,serialization,server
CommandLine=
UseCustomMakefile=0
CustomMakefile=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=0
CompilerSettings=0000000000010000000100
[Unit1]
FileName=src\server\server.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit2]
FileName=src\server\game.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit3]
FileName=src\server\game.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit4]
FileName=src\server\input_stream.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit5]
FileName=src\server\input_stream.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit6]
FileName=src\server\metrics.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit7]
FileName=src\server\metrics.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit8]
FileName=src\server\player.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit9]
FileName=src\server\player.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit10]
FileName=src\server\proxy.cpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit11]
FileName=src\server\proxy.hpp
CompileCpp=1
Folder=server
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[VersionInfo]
Major=0
Minor=1
Release=1
Build=1
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0
[Unit12]
FileName=src\config.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit13]
FileName=src\config.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit14]
FileName=src\tstring.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit15]
FileName=src\tstring.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit16]
FileName=src\network_worker.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit17]
FileName=src\network.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit18]
FileName=src\network.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit19]
FileName=src\network_worker.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit20]
FileName=src\serialization\string_utils.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit21]
FileName=src\serialization\string_utils.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit22]
FileName=src\serialization\preprocessor.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit23]
FileName=src\serialization\preprocessor.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit24]
FileName=src\serialization\parser.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit25]
FileName=src\serialization\parser.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit26]
FileName=src\log.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit27]
FileName=src\log.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit28]
FileName=src\game_config.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit29]
FileName=src\game_config.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit30]
FileName=src\gettext.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit31]
FileName=src\gettext.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit32]
FileName=src\thread.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit33]
FileName=src\thread.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit34]
FileName=src\serialization\binary_wml.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit35]
FileName=src\serialization\binary_wml.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit36]
FileName=src\filesystem.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit37]
FileName=src\filesystem.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit38]
FileName=src\serialization\tokenizer.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit39]
FileName=src\serialization\tokenizer.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit40]
FileName=src\loadscreen_empty.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit41]
FileName=src\loadscreen.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit42]
FileName=src\color_range.hpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit43]
FileName=src\color_range.cpp
CompileCpp=1
Folder=misc
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit44]
FileName=src\serialization\binary_or_text.hpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit45]
FileName=src\serialization\binary_or_text.cpp
CompileCpp=1
Folder=serialization
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=

View file

@ -0,0 +1,258 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="wesnoth" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="wesnoth_gcc4_cb" prefix_auto="1" extension_auto="1" />
<Option type="0" />
<Option compiler="gcc" />
</Target>
</Build>
<Compiler>
<Add option="-O3" />
<Add option="-mthreads" />
<Add option="-march=native" />
<Add option="-fexceptions" />
<Add option="-DHAVE_PYTHON" />
<Add option="-DUSE_GZIP" />
<Add option="-DHAVE_FRIBIDI" />
<Add directory="src" />
<Add directory="src\sdl_ttf" />
<Add directory="src\serialization" />
<Add directory="src\widgets" />
</Compiler>
<Linker>
<Add option="-mthreads" />
<Add library="mingwthrd" />
<Add library="mingw32" />
<Add library="SDLmain" />
<Add library="SDL" />
<Add library="SDL_image" />
<Add library="SDL_net" />
<Add library="SDL_mixer" />
<Add library="SDL_ttf" />
<Add library="freetype" />
<Add library="intl" />
<Add library="python25" />
<Add library="png" />
<Add library="boost_iostreams_dw2" />
<Add library="boost_regex_dw2" />
<Add library="z" />
<Add library="ws2_32" />
<Add library="jpeg" />
<Add library="fribidi" />
<Add library="pango-1.0" />
<Add library="pangocairo-1.0" />
<Add library="cairo" />
<Add library="gobject-2.0" />
<Add library="fontconfig" />
</Linker>
<Unit filename="src\about.cpp" />
<Unit filename="src\actions.cpp" />
<Unit filename="src\addon_checks.cpp" />
<Unit filename="src\addon_management.cpp" />
<Unit filename="src\ai.cpp" />
<Unit filename="src\ai_attack.cpp" />
<Unit filename="src\ai_dfool.cpp" />
<Unit filename="src\ai_move.cpp" />
<Unit filename="src\ai_python.cpp" />
<Unit filename="src\ai_village.cpp" />
<Unit filename="src\animated_game.cpp" />
<Unit filename="src\astarnode.cpp" />
<Unit filename="src\astarsearch.cpp" />
<Unit filename="src\attack_prediction.cpp" />
<Unit filename="src\attack_prediction_display.cpp" />
<Unit filename="src\builder.cpp" />
<Unit filename="src\callable_objects.cpp" />
<Unit filename="src\cavegen.cpp" />
<Unit filename="src\clipboard.cpp" />
<Unit filename="src\color_range.cpp" />
<Unit filename="src\config.cpp" />
<Unit filename="src\config_adapter.cpp" />
<Unit filename="src\config_cache.cpp" />
<Unit filename="src\construct_dialog.cpp" />
<Unit filename="src\controller_base.cpp" />
<Unit filename="src\cursor.cpp" />
<Unit filename="src\dialogs.cpp" />
<Unit filename="src\display.cpp" />
<Unit filename="src\editor2\action.cpp" />
<Unit filename="src\editor2\brush.cpp" />
<Unit filename="src\editor2\editor_controller.cpp" />
<Unit filename="src\editor2\editor_display.cpp" />
<Unit filename="src\editor2\editor_layout.cpp" />
<Unit filename="src\editor2\editor_main.cpp" />
<Unit filename="src\editor2\editor_map.cpp" />
<Unit filename="src\editor2\editor_palettes.cpp" />
<Unit filename="src\editor2\map_context.cpp" />
<Unit filename="src\editor2\map_fragment.cpp" />
<Unit filename="src\editor2\mouse_action.cpp" />
<Unit filename="src\events.cpp" />
<Unit filename="src\filechooser.cpp" />
<Unit filename="src\filesystem.cpp" />
<Unit filename="src\filesystem_win32.ii" />
<Unit filename="src\floating_textbox.cpp" />
<Unit filename="src\font.cpp" />
<Unit filename="src\formula.cpp" />
<Unit filename="src\formula_ai.cpp" />
<Unit filename="src\formula_function.cpp" />
<Unit filename="src\formula_tokenizer.cpp" />
<Unit filename="src\game.cpp" />
<Unit filename="src\game_config.cpp" />
<Unit filename="src\game_display.cpp" />
<Unit filename="src\game_events.cpp" />
<Unit filename="src\game_preferences.cpp" />
<Unit filename="src\game_preferences_display.cpp" />
<Unit filename="src\gamestatus.cpp" />
<Unit filename="src\generate_report.cpp" />
<Unit filename="src\generic_event.cpp" />
<Unit filename="src\gettext.cpp" />
<Unit filename="src\gui\dialogs\addon_connect.cpp" />
<Unit filename="src\gui\dialogs\dialog.cpp" />
<Unit filename="src\gui\dialogs\editor_generate_map.cpp" />
<Unit filename="src\gui\dialogs\editor_new_map.cpp" />
<Unit filename="src\gui\dialogs\editor_resize_map.cpp" />
<Unit filename="src\gui\dialogs\editor_settings.cpp" />
<Unit filename="src\gui\dialogs\language_selection.cpp" />
<Unit filename="src\gui\dialogs\message.cpp" />
<Unit filename="src\gui\dialogs\mp_connect.cpp" />
<Unit filename="src\gui\dialogs\mp_create_game.cpp" />
<Unit filename="src\gui\dialogs\mp_method_selection.cpp" />
<Unit filename="src\gui\dialogs\title_screen.cpp" />
<Unit filename="src\gui\widgets\button.cpp" />
<Unit filename="src\gui\widgets\canvas.cpp" />
<Unit filename="src\gui\widgets\container.cpp" />
<Unit filename="src\gui\widgets\control.cpp" />
<Unit filename="src\gui\widgets\event_handler.cpp" />
<Unit filename="src\gui\widgets\grid.cpp" />
<Unit filename="src\gui\widgets\helper.cpp" />
<Unit filename="src\gui\widgets\image.cpp" />
<Unit filename="src\gui\widgets\label.cpp" />
<Unit filename="src\gui\widgets\listbox.cpp" />
<Unit filename="src\gui\widgets\menubar.cpp" />
<Unit filename="src\gui\widgets\minimap.cpp" />
<Unit filename="src\gui\widgets\panel.cpp" />
<Unit filename="src\gui\widgets\scroll_label.cpp" />
<Unit filename="src\gui\widgets\scrollbar.cpp" />
<Unit filename="src\gui\widgets\settings.cpp" />
<Unit filename="src\gui\widgets\slider.cpp" />
<Unit filename="src\gui\widgets\spacer.cpp" />
<Unit filename="src\gui\widgets\text.cpp" />
<Unit filename="src\gui\widgets\text_box.cpp" />
<Unit filename="src\gui\widgets\toggle_button.cpp" />
<Unit filename="src\gui\widgets\toggle_panel.cpp" />
<Unit filename="src\gui\widgets\tooltip.cpp" />
<Unit filename="src\gui\widgets\vertical_scrollbar.cpp" />
<Unit filename="src\gui\widgets\vertical_scrollbar_container.cpp" />
<Unit filename="src\gui\widgets\widget.cpp" />
<Unit filename="src\gui\widgets\window.cpp" />
<Unit filename="src\gui\widgets\window_builder.cpp" />
<Unit filename="src\halo.cpp" />
<Unit filename="src\help.cpp" />
<Unit filename="src\hotkeys.cpp" />
<Unit filename="src\image.cpp" />
<Unit filename="src\intro.cpp" />
<Unit filename="src\key.cpp" />
<Unit filename="src\language.cpp" />
<Unit filename="src\leader_list.cpp" />
<Unit filename="src\loadscreen.cpp" />
<Unit filename="src\log.cpp" />
<Unit filename="src\map.cpp" />
<Unit filename="src\map_create.cpp" />
<Unit filename="src\map_label.cpp" />
<Unit filename="src\map_location.cpp" />
<Unit filename="src\mapgen.cpp" />
<Unit filename="src\mapgen_dialog.cpp" />
<Unit filename="src\marked-up_text.cpp" />
<Unit filename="src\md5.cpp" />
<Unit filename="src\menu_events.cpp" />
<Unit filename="src\minimap.cpp" />
<Unit filename="src\mouse_events.cpp" />
<Unit filename="src\mouse_handler_base.cpp" />
<Unit filename="src\multiplayer.cpp" />
<Unit filename="src\multiplayer_connect.cpp" />
<Unit filename="src\multiplayer_create.cpp" />
<Unit filename="src\multiplayer_lobby.cpp" />
<Unit filename="src\multiplayer_ui.cpp" />
<Unit filename="src\multiplayer_wait.cpp" />
<Unit filename="src\network.cpp" />
<Unit filename="src\network_worker.cpp" />
<Unit filename="src\pathfind.cpp" />
<Unit filename="src\pathutils.cpp" />
<Unit filename="src\play_controller.cpp" />
<Unit filename="src\playcampaign.cpp" />
<Unit filename="src\playmp_controller.cpp" />
<Unit filename="src\playsingle_controller.cpp" />
<Unit filename="src\playturn.cpp" />
<Unit filename="src\portrait.cpp" />
<Unit filename="src\preferences.cpp" />
<Unit filename="src\preferences_display.cpp" />
<Unit filename="src\race.cpp" />
<Unit filename="src\random.cpp" />
<Unit filename="src\replay.cpp" />
<Unit filename="src\replay_controller.cpp" />
<Unit filename="src\reports.cpp" />
<Unit filename="src\sdl_utils.cpp" />
<Unit filename="src\serialization\binary_or_text.cpp" />
<Unit filename="src\serialization\binary_wml.cpp" />
<Unit filename="src\serialization\parser.cpp" />
<Unit filename="src\serialization\preprocessor.cpp" />
<Unit filename="src\serialization\string_utils.cpp" />
<Unit filename="src\serialization\tokenizer.cpp" />
<Unit filename="src\settings.cpp" />
<Unit filename="src\sha1.cpp" />
<Unit filename="src\show_dialog.cpp" />
<Unit filename="src\sound.cpp" />
<Unit filename="src\soundsource.cpp" />
<Unit filename="src\statistics.cpp" />
<Unit filename="src\statistics_dialog.cpp" />
<Unit filename="src\team.cpp" />
<Unit filename="src\terrain.cpp" />
<Unit filename="src\terrain_filter.cpp" />
<Unit filename="src\terrain_translation.cpp" />
<Unit filename="src\text.cpp" />
<Unit filename="src\theme.cpp" />
<Unit filename="src\thread.cpp" />
<Unit filename="src\time_of_day.cpp" />
<Unit filename="src\titlescreen.cpp" />
<Unit filename="src\tooltips.cpp" />
<Unit filename="src\tstring.cpp" />
<Unit filename="src\unit.cpp" />
<Unit filename="src\unit_abilities.cpp" />
<Unit filename="src\unit_animation.cpp" />
<Unit filename="src\unit_display.cpp" />
<Unit filename="src\unit_frame.cpp" />
<Unit filename="src\unit_id.cpp" />
<Unit filename="src\unit_map.cpp" />
<Unit filename="src\unit_types.cpp" />
<Unit filename="src\upload_log.cpp" />
<Unit filename="src\util.cpp" />
<Unit filename="src\variable.cpp" />
<Unit filename="src\variant.cpp" />
<Unit filename="src\version.cpp" />
<Unit filename="src\video.cpp" />
<Unit filename="src\widgets\button.cpp" />
<Unit filename="src\widgets\combo.cpp" />
<Unit filename="src\widgets\combo_drag.cpp" />
<Unit filename="src\widgets\drop_target.cpp" />
<Unit filename="src\widgets\file_menu.cpp" />
<Unit filename="src\widgets\label.cpp" />
<Unit filename="src\widgets\menu.cpp" />
<Unit filename="src\widgets\menu_style.cpp" />
<Unit filename="src\widgets\progressbar.cpp" />
<Unit filename="src\widgets\scrollarea.cpp" />
<Unit filename="src\widgets\scrollbar.cpp" />
<Unit filename="src\widgets\scrollpane.cpp" />
<Unit filename="src\widgets\slider.cpp" />
<Unit filename="src\widgets\textbox.cpp" />
<Unit filename="src\widgets\widget.cpp" />
<Unit filename="src\wml_exception.cpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

View file

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="wesnothd" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="wesnothd_gcc4_cb" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
</Target>
</Build>
<Compiler>
<Add option="-DHAVE_PYTHON" />
<Add option="-DUSE_GZIP" />
<Add option="-mthreads" />
<Add option="-fexceptions" />
<Add option="-O3" />
<Add option="-march=native" />
<Add directory="src" />
<Add directory="src\server" />
<Add directory="src\serialization" />
</Compiler>
<Linker>
<Add option="-mthreads" />
<Add library="mingw32" />
<Add library="mingwthrd" />
<Add library="SDLmain" />
<Add library="SDL" />
<Add library="boost_iostreams_dw2" />
<Add library="intl" />
<Add library="SDL_net" />
<Add library="ws2_32" />
<Add library="z" />
</Linker>
<Unit filename="src\color_range.cpp" />
<Unit filename="src\config.cpp" />
<Unit filename="src\filesystem.cpp" />
<Unit filename="src\game_config.cpp" />
<Unit filename="src\gettext.cpp" />
<Unit filename="src\loadscreen_empty.cpp" />
<Unit filename="src\log.cpp" />
<Unit filename="src\network.cpp" />
<Unit filename="src\network_worker.cpp" />
<Unit filename="src\serialization\binary_or_text.cpp" />
<Unit filename="src\serialization\binary_wml.cpp" />
<Unit filename="src\serialization\parser.cpp" />
<Unit filename="src\serialization\preprocessor.cpp" />
<Unit filename="src\serialization\string_utils.cpp" />
<Unit filename="src\serialization\tokenizer.cpp" />
<Unit filename="src\server\ban.cpp" />
<Unit filename="src\server\ban.hpp" />
<Unit filename="src\server\game.cpp" />
<Unit filename="src\server\input_stream.cpp" />
<Unit filename="src\server\jwsmtp\base64.cpp" />
<Unit filename="src\server\jwsmtp\compat.cpp" />
<Unit filename="src\server\jwsmtp\mailer.cpp" />
<Unit filename="src\server\mail.cpp" />
<Unit filename="src\server\metrics.cpp" />
<Unit filename="src\server\player.cpp" />
<Unit filename="src\server\proxy.cpp" />
<Unit filename="src\server\server.cpp" />
<Unit filename="src\server\simple_wml.cpp" />
<Unit filename="src\server\user_handler.cpp" />
<Unit filename="src\thread.cpp" />
<Unit filename="src\time.cpp" />
<Unit filename="src\tstring.cpp" />
<Unit filename="src\util.cpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>