Updated packaging scripts and new CodeBlocks release project files...

...for wesnoth 1.4.2
This commit is contained in:
Jörg Hinrichs 2008-05-20 19:04:03 +00:00
parent 3eb2648abf
commit 24eda6301d
12 changed files with 1944 additions and 49 deletions

View File

@ -0,0 +1,240 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Wesnoth Editor 1.4.2" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\editor" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
</Target>
<Target title="Release i486">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\editor_i486" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=i486" />
</Compiler>
</Target>
<Target title="Release P2">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\editor_p2" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium2" />
</Compiler>
</Target>
<Target title="Release P4">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\editor_p4" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium4" />
</Compiler>
</Target>
<Target title="Release K6">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\editor_k6" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=k6" />
</Compiler>
</Target>
<Target title="Release Athlon">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\editor_athlon" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\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.4.2\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="..\..\..\..\wesnoth-1.4.2\src\animated_editor.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\astarnode.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\astarnode.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\astarsearch.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\builder.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\builder.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cavegen.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cavegen.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\clipboard.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\clipboard.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\color_range.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\color_range.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\config.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\config.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\construct_dialog.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\construct_dialog.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cursor.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cursor.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\display.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_dialogs.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_dialogs.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_layout.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_layout.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_main.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_palettes.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_palettes.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_undo.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\editor_undo.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\map_manip.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\editor\map_manip.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\events.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\events.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\file_chooser.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\filechooser.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\filesystem.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\filesystem.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\font.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\font.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_config.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_config.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gamestatus_editor.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\generic_event.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\generic_event.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gettext.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gettext.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\hotkeys.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\hotkeys.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\image.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\image.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\key.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\key.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\language.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\language.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\loadscreen.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\loadscreen.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\log.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\log.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_create.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_create.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_label.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_label.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen_dialog.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen_dialog.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\marked-up_text.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\marked-up_text.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\minimap.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\minimap.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\pathutils.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\pathutils.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences_display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences_display.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\race.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\race.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\random.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\random.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\reports.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\reports.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sdl_utils.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sdl_utils.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_or_text.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_or_text.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_wml.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_wml.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\parser.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\parser.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\preprocessor.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\preprocessor.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\string_utils.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\string_utils.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\tokenizer.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\tokenizer.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\show_dialog.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\show_dialog.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sound.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sound.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain_translation.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain_translation.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\theme.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\theme.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tooltips.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tooltips.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tstring.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tstring.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\video.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\video.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\button.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\button.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\file_menu.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\file_menu.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\label.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\label.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\menu.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\menu.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\menu_style.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollarea.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollarea.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollbar.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollbar.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\slider.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\slider.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\textbox.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\textbox.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\widget.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\widget.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\wml_exception.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\wml_exception.hpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

View File

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

View File

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

View File

@ -0,0 +1,139 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Wesnoth Server 1.4.2" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnothd" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
</Target>
<Target title="Release i486">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnothd_i486" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=i486" />
</Compiler>
</Target>
<Target title="Release P2">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnothd_p2" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium2" />
</Compiler>
</Target>
<Target title="Release P4">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnothd_p4" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=pentium4" />
</Compiler>
</Target>
<Target title="Release K6">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnothd_k6" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=k6" />
</Compiler>
</Target>
<Target title="Release Athlon">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnothd_athlon" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\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.4.2\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="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\color_range.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\color_range.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\config.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\config.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\filesystem.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\filesystem.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\game_config.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\game_config.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\gettext.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\gettext.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\loadscreen_empty.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\log.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\log.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\network.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\network.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\network_worker.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\network_worker.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\binary_or_text.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\binary_or_text.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\binary_wml.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\binary_wml.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\parser.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\parser.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\preprocessor.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\preprocessor.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\string_utils.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\string_utils.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\tokenizer.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\serialization\tokenizer.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\game.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\game.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\input_stream.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\input_stream.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\metrics.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\metrics.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\player.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\player.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\proxy.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\proxy.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\server.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\simple_wml.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\server\simple_wml.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\thread.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\thread.hpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\tstring.cpp" />
<Unit filename="C:\Entwicklung\Wesnoth\wesnoth-1.4.2\src\tstring.hpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -0,0 +1,389 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Wesnoth 1.4.2" />
<Option platforms="Windows;" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnoth" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
</Target>
<Target title="Release i486">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnoth_i486" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=i486" />
</Compiler>
</Target>
<Target title="Release P2">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnoth_p2" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=pentium2" />
</Compiler>
</Target>
<Target title="Release P4">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnoth_p4" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=pentium4" />
</Compiler>
</Target>
<Target title="Release K6">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnoth_k6" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=k6" />
</Compiler>
</Target>
<Target title="Release Athlon">
<Option output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\bin\wesnoth_athlon" prefix_auto="1" extension_auto="1" />
<Option working_dir="C:\Entwicklung\wesnoth\wesnoth-1.4.2" />
<Option object_output="C:\Entwicklung\wesnoth\wesnoth-1.4.2\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.4.2\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="C:\Entwicklung\Wesnoth\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="..\..\..\..\wesnoth-1.4.2\src\about.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\about.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\actions.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\actions.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_attack.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_dfool.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_dfool.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_interface.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_move.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_python.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_python.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\ai_village.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\animated.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\animated_game.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\astarnode.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\astarnode.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\astarsearch.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\attack_prediction.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\attack_prediction.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\builder.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\builder.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\callable_objects.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cavegen.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cavegen.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\clipboard.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\clipboard.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\color_range.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\color_range.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\config.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\config.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\config_adapter.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\config_adapter.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\construct_dialog.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\construct_dialog.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cursor.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\cursor.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\dialogs.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\dialogs.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\display.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\events.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\events.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\file_chooser.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\filechooser.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\filesystem.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\filesystem.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\floating_textbox.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\floating_textbox.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\font.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\font.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\formula.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\formula_ai.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\formula_callable.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\formula_callable_fwd.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\formula_function.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\formula_fwd.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\formula_tokenizer.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_config.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_config.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_display.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_events.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_events.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_preferences.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_preferences.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\game_preferences_display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gamestatus.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gamestatus.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\generate_report.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\generic_event.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\generic_event.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gettext.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gettext.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\global.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\dialogs\addon_connect.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\button.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\canvas.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\control.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\event_handler.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\grid.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\helper.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\label.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\panel.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\settings.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\text.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\text_box.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\tooltip.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\widget.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\window.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\gui\widgets\window_builder.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\halo.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\halo.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\help.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\help.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\hotkeys.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\hotkeys.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\image.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\image.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\intro.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\intro.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\key.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\key.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\language.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\language.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\leader_list.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\leader_list.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\loadscreen.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\loadscreen.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\log.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\log.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_create.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_create.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_label.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\map_label.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen_dialog.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mapgen_dialog.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\marked-up_text.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\marked-up_text.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\menu_events.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\menu_events.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\minimap.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\minimap.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mouse_events.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\mouse_events.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_connect.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_connect.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_create.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_create.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_lobby.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_lobby.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_ui.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_ui.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_wait.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\multiplayer_wait.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\network.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\network.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\network_worker.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\network_worker.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\pathfind.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\pathfind.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\pathutils.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\pathutils.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\play_controller.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\play_controller.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playcampaign.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playcampaign.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playmp_controller.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playmp_controller.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playsingle_controller.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playsingle_controller.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playturn.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\playturn.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences_display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\preferences_display.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\publish_campaign.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\publish_campaign.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\race.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\race.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\random.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\random.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\replay.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\replay.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\replay_controller.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\replay_controller.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\reports.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\reports.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sdl_utils.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sdl_utils.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_or_text.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_or_text.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_wml.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\binary_wml.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\parser.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\parser.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\preprocessor.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\preprocessor.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\string_utils.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\string_utils.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\tokenizer.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\serialization\tokenizer.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\settings.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\settings.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sha1.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sha1.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\show_dialog.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\show_dialog.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sound.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\sound.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\soundsource.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\soundsource.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\statistics.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\statistics.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\team.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\team.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain_filter.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain_filter.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain_translation.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\terrain_translation.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\theme.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\theme.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\thread.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\thread.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\titlescreen.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\titlescreen.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tooltips.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tooltips.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tstring.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\tstring.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_abilities.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_abilities.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_animation.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_animation.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_display.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_display.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_frame.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_frame.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_map.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_map.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_types.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\unit_types.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\upload_log.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\upload_log.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\util.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\util.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\variable.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\variable.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\variant.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\video.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\video.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\button.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\button.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\combo.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\combo.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\file_menu.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\file_menu.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\label.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\label.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\menu.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\menu.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\menu_style.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\progressbar.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\progressbar.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollarea.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollarea.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollbar.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollbar.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollpane.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\scrollpane.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\slider.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\slider.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\textbox.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\textbox.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\widget.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\widgets\widget.hpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\wml_exception.cpp" />
<Unit filename="..\..\..\..\wesnoth-1.4.2\src\wml_exception.hpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

View File

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

View File

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

View File

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

View File

@ -2,16 +2,16 @@ Option Explicit
Dim SourceDirectory, DLLDirectory, PythonDirectory, GetTextDirectory
Dim DestinationDirectory
Dim PoFile, MoFile, ExecuteString, domains, languages, domain, language
Dim File, PoFile, MoFile, ExecuteString, domains, languages, domain, language
Dim fso, shell
'on error resume next
'Initialization
SourceDirectory = "C:\Entwicklung\Wesnoth\wesnoth-1.3.19\"
SourceDirectory = "C:\Entwicklung\Wesnoth\wesnoth-1.4.2\"
DLLDirectory = "C:\Entwicklung\Wesnoth\DLL\mingw\"
PythonDirectory = "C:\Entwicklung\Wesnoth\DLL\python\"
DestinationDirectory = "C:\Entwicklung\Wesnoth\Release 1.3.19\"
DestinationDirectory = "C:\Entwicklung\Wesnoth\Release 1.4.2\"
GetTextDirectory = "D:\Programme\GnuWin32\bin\"
Set fso = CreateObject("Scripting.FileSystemObject")
Set shell = CreateObject("WScript.Shell")
@ -20,43 +20,20 @@ Set shell = CreateObject("WScript.Shell")
If fso.FolderExists(DestinationDirectory) = False Then
fso.CreateFolder(DestinationDirectory)
End If
Call fso.DeleteFile(DestinationDirectory + "*.*")
Call fso.CopyFile(SourceDirectory + "Copying", DestinationDirectory)
Call fso.CopyFile(SourceDirectory + "Copyright", DestinationDirectory)
Call fso.CopyFile(SourceDirectory + "editor.exe", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "editor.ico", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "freetype6.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "fribidi.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "gettextlib.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "gettextpo.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "gettextsrc.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "jpeg.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "iconv.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libintl3.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libogg-0.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libpng12-0.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libvorbis-0.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "libvorbisfile-3.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "mingwm10.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "msvcp60.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "python24.dll", DestinationDirectory)
Call fso.CopyFile(SourceDirectory + "Readme", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "SDL.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "SDL_image.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "SDL_mixer.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "SDL_net.dll", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "SDL_ttf.dll", DestinationDirectory)
Call fso.CopyFile(SourceDirectory + "wesnoth.exe", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "wesnoth.ico", DestinationDirectory)
Call fso.CopyFile(SourceDirectory + "wesnothd.exe", DestinationDirectory)
Call fso.CopyFile(DLLDirectory + "zlib1.dll", DestinationDirectory)
Call fso.CopyFolder(PythonDirectory + "lib", DestinationDirectory)
Call CopyFilesInDirectory(DLLDirectory + "bin", DestinationDirectory, fso)
Call CopyFilesInDirectory(SourceDirectory + "bin", DestinationDirectory, fso)
Call fso.CopyFolder(SourceDirectory + "data", DestinationDirectory)
Call fso.CopyFolder(SourceDirectory + "fonts", DestinationDirectory)
Call fso.CopyFolder(SourceDirectory + "images", DestinationDirectory)
Call fso.CopyFolder(PythonDirectory + "lib", DestinationDirectory)
Call fso.CopyFolder(SourceDirectory + "sounds", DestinationDirectory)
stop
If fso.FolderExists(DestinationDirectory + "manual_html") = False Then
Call fso.CreateFolder(DestinationDirectory + "manual_html")
@ -70,8 +47,9 @@ If fso.FolderExists(DestinationDirectory + "po") = False Then
Call fso.CreateFolder(DestinationDirectory + "po")
End If
domains = Array("wesnoth", "wesnoth-aoi", "wesnoth-did", "wesnoth-editor", "wesnoth-ei", "wesnoth-httt", "wesnoth-l", "wesnoth-lib", "wesnoth-multiplayer", "wesnoth-nr", "wesnoth-sof", "wesnoth-sotbe", "wesnoth-tb", "wesnoth-thot", "wesnoth-trow", "wesnoth-tsg", "wesnoth-tutorial", "wesnoth-units", "wesnoth-utbs")
languages = Array("af", "bg", "ca", "ca_ES@valencia", "cs", "da", "de", "el", "en_GB", "eo", "es", "et", "eu", "fi", "fr", "gl_ES", "he", "hu", "id", "it", "ja", "ko", "la", "nb_NO", "nl", "pl", "pt", "pt_BR", "ro", "ru", "sk", "sl", "sr", "sr@latin", "sv", "tl", "tr", "zh_CN")
domains = Array("wesnoth", "wesnoth-anl", "wesnoth-aoi", "wesnoth-did", "wesnoth-editor", "wesnoth-ei", "wesnoth-httt", "wesnoth-l", "wesnoth-lib", "wesnoth-multiplayer", "wesnoth-nr", "wesnoth-sof", "wesnoth-sotbe", "wesnoth-tb", "wesnoth-thot", "wesnoth-trow", "wesnoth-tsg", "wesnoth-tutorial", "wesnoth-units", "wesnoth-utbs")
Set File = fso.OpenTextFile(SourceDirectory + "po\wesnoth\LINGUAS", 1)
languages = split(File.ReadLine(), " ")
For Each domain In domains
For Each language In languages
@ -81,7 +59,7 @@ For Each domain In domains
If fso.FolderExists(DestinationDirectory + "po\" + language + "\LC_MESSAGES") = False Then
fso.CreateFolder(DestinationDirectory + "po\" + language + "\LC_MESSAGES")
End If
PoFile = SourceDirectory + "po\" + domain + "\" + language + ".po"
MoFile = DestinationDirectory + "po\" + language + "\LC_MESSAGES\" + domain + ".mo"
shell.Run """" + GetTextDirectory + "msgfmt.exe"" " + """" + PoFile + """ -o """ + MoFile + """", 1, True
@ -93,3 +71,16 @@ Set fso = Nothing
MsgBox "Fertig"
Sub CopyFilesInDirectory(strSourceDirectory, strDestinationDirectory, fso)
Dim dirSource
Dim file
Set dirSource = fso.GetFolder(strSourceDirectory)
For Each file in dirSource.Files
Call fso.CopyFile(strSourceDirectory + "\" + file.Name, strDestinationDirectory)
Next
Set file = Nothing
Set dirSource = Nothing
End Sub

View File

@ -3,21 +3,23 @@
[Setup]
AppName=Battle for Wesnoth
AppVerName=Battle for Wesnoth 1.3.19
AppVerName=Battle for Wesnoth 1.4.2
AppPublisher=David White
AppPublisherURL=http://www.wesnoth.org
AppSupportURL=http://www.wesnoth.org
AppUpdatesURL=http://www.wesnoth.org
DefaultDirName={pf}\Wesnoth 1.3.19
DefaultGroupName=Wesnoth 1.3.19
LicenseFile=C:\Entwicklung\Wesnoth\Release 1.3.19\COPYING
OutputBaseFilename=wesnoth-1.3.19-windows
DefaultDirName={pf}\Wesnoth 1.4.2
DefaultGroupName=Wesnoth 1.4.2
LicenseFile=C:\Entwicklung\Wesnoth\Release 1.4.2\COPYING
OutputBaseFilename=wesnoth-1.4.2-windows
OutputDir=C:\Entwicklung\Wesnoth\Temp
Compression=lzma
SolidCompression=yes
SourceDir=C:\Entwicklung\Wesnoth\Release 1.4.2
UsePreviousAppDir=no
UsePreviousGroup=no
WizardImageFile=WindowsInstallerGraphic.bmp
WizardSmallImageFile=windows_installer_w_881.bmp
WizardImageFile=C:\Entwicklung\Wesnoth\Wesnoth_SVN_Work\packaging\windows\WindowsInstallerGraphic.bmp
WizardSmallImageFile=C:\Entwicklung\Wesnoth\Wesnoth_SVN_Work\packaging\windows\windows_installer_w_881.bmp
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
@ -26,17 +28,59 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "C:\Entwicklung\Wesnoth\Release 1.3.19\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: "Main"
[Icons]
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"
Name: "{group}\Map Editor"; Filename: "{app}\editor.exe"; WorkingDir: "{app}"; IconFilename: "{app}\editor.ico"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd.exe"; WorkingDir: "{app}"
Name: "{group}\Manual"; Filename: "{app}\manual_html\manual.en.html"; WorkingDir: "{app}"
Name: "{group}\Battle for Wesnoth (Fullscreen, Safe Mode)"; Filename: "{app}\wesnoth.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Main"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_i486.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\486"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_p2.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\P2"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_p4.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\P4"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_k6.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\K6"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_athlon.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\Athlon"
Name: "{group}\Battle for Wesnoth (Windowed, Safe Mode)"; Filename: "{app}\wesnoth.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Main";
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_i486.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\486"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_p2.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\P2"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_p4.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\P4"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_k6.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\K6"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_athlon.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\Athlon"
Name: "{group}\Map Editor (Safe Mode)"; Filename: "{app}\editor.exe"; WorkingDir: "{app}"; IconFilename: "{app}\editor.ico"; Components: "Main"
Name: "{group}\Map Editor"; Filename: "{app}\editor_i486.exe"; WorkingDir: "{app}"; IconFilename: "{app}\editor.ico"; Components: "Processor\486"
Name: "{group}\Map Editor"; Filename: "{app}\editor_p2.exe"; WorkingDir: "{app}"; IconFilename: "{app}\editor.ico"; Components: "Processor\P2"
Name: "{group}\Map Editor"; Filename: "{app}\editor_p4.exe"; WorkingDir: "{app}"; IconFilename: "{app}\editor.ico"; Components: "Processor\P4"
Name: "{group}\Map Editor"; Filename: "{app}\editor_k6.exe"; WorkingDir: "{app}"; IconFilename: "{app}\editor.ico"; Components: "Processor\K6"
Name: "{group}\Map Editor"; Filename: "{app}\editor_athlon.exe"; WorkingDir: "{app}"; IconFilename: "{app}\editor.ico"; Components: "Processor\Athlon"
Name: "{group}\Multiplayer Server (Safe Mode)"; Filename: "{app}\wesnothd.exe"; WorkingDir: "{app}"; Components: "Main"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_i486.exe"; WorkingDir: "{app}"; Components: "Processor\486"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_p2.exe"; WorkingDir: "{app}"; Components: "Processor\P2"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_p4.exe"; WorkingDir: "{app}"; Components: "Processor\P4"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_k6.exe"; WorkingDir: "{app}"; Components: "Processor\K6"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_athlon.exe"; WorkingDir: "{app}"; Components: "Processor\Athlon"
Name: "{group}\Manual"; Filename: "{app}\manual_html\manual.en.html"; WorkingDir: "{app}"; Components: "Main"
Name: "{group}\Uninstall Battle for Wesnoth"; Filename: "{uninstallexe}"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth.exe"; Tasks: desktopicon; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_i486.exe"; Tasks: desktopicon; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\486"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_p2.exe"; Tasks: desktopicon; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\P2"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_p4.exe"; Tasks: desktopicon; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\P4"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_k6.exe"; Tasks: desktopicon; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\K6"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_athlon.exe"; Tasks: desktopicon; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Processor\Athlon"
Name: "{userdesktop}\Battle for Wesnoth (Safe Mode)"; Filename: "{app}\wesnoth.exe"; Tasks: desktopicon; WorkingDir: "{app}"; IconFilename: "{app}\wesnoth.ico"; Components: "Main"
[Run]
Filename: "{app}\wesnoth.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"
Filename: "{app}\wesnoth_i486.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\486"
Filename: "{app}\wesnoth_p2.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\P2"
Filename: "{app}\wesnoth_p4.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\P4"
Filename: "{app}\wesnoth_k6.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\K6"
Filename: "{app}\wesnoth_athlon.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\Athlon"
[Types]
Name: "full"; Description: "Wesnoth complete installation"; Flags: iscustom
[Components]
Name: "Main"; Description: "Main Application"; Types: full; Flags: fixed
Name: "Processor"; Description: "Processor Optimization"; Types: full; Flags: fixed
Name: "Processor\All"; Description: "Safe Mode"; Types: full; Flags: fixed
Name: "Processor\486"; Description: "Intel 486"; Types: full; Flags: exclusive
Name: "Processor\P2"; Description: "Intel Pentium 2"; Types: full; Flags: exclusive
Name: "Processor\P4"; Description: "Intel Pentium 4"; Types: full; Flags: exclusive
Name: "Processor\K6"; Description: "AMD K6"; Types: full; Flags: exclusive
Name: "Processor\Athlon"; Description: "AMD Athlon"; Types: full; Flags: exclusive