123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <CodeBlocks_project_file>
- <FileVersion major="1" minor="6" />
- <Project>
- <Option title="VCMI_client" />
- <Option pch_mode="2" />
- <Option default_target="Release" />
- <Option compiler="gcc" />
- <Build>
- <Target title="Debug">
- <Option output="../VCMI_client" prefix_auto="1" extension_auto="1" />
- <Option working_dir="../" />
- <Option object_output="../obj/Debug/" />
- <Option type="1" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-g" />
- </Compiler>
- </Target>
- <Target title="Release">
- <Option output="../VCMI_client" prefix_auto="1" extension_auto="1" />
- <Option working_dir="../" />
- <Option object_output="../obj/Release/" />
- <Option type="1" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-fomit-frame-pointer" />
- <Add option="-O2" />
- </Compiler>
- <Linker>
- <Add option="-s" />
- </Linker>
- </Target>
- </Build>
- <Compiler>
- <Add option="-Wextra" />
- <Add option="-Wall" />
- <Add option="-fexceptions" />
- <Add option="-Wpointer-arith" />
- <Add option="-Wno-switch" />
- <Add option="-Wno-sign-compare" />
- <Add option="-Wno-unused-parameter" />
- <Add option="-Wno-overloaded-virtual" />
- <Add option="-fpermissive" />
- <Add option="-DBOOST_THREAD_USE_LIB" />
- <Add option="-D_WIN32_WINNT=0x0501" />
- <Add directory="$(#boost.include)" />
- <Add directory="$(#sdl.include)" />
- <Add directory="../include" />
- <Add directory="../client" />
- </Compiler>
- <Linker>
- <Add option="-lole32" />
- <Add option="-loleaut32" />
- <Add option="-lws2_32" />
- <Add option="-lboost_program_options$(#boost.libsuffix)" />
- <Add option="-lboost_filesystem$(#boost.libsuffix)" />
- <Add option="-lboost_system$(#boost.libsuffix)" />
- <Add option="-lboost_thread$(#boost.libsuffix)" />
- <Add option="-lboost_chrono$(#boost.libsuffix)" />
- <Add option="-lSDL" />
- <Add option="-lSDL_image" />
- <Add option="-lSDL_mixer" />
- <Add option="-lSDL_ttf" />
- <Add option="-lVCMI_lib" />
- <Add directory="$(#boost.lib)" />
- <Add directory="$(#sdl.lib)" />
- <Add directory="../" />
- </Linker>
- <Unit filename="../CCallback.cpp" />
- <Unit filename="../CCallback.h" />
- <Unit filename="AdventureMapClasses.cpp" />
- <Unit filename="AdventureMapClasses.h" />
- <Unit filename="BattleInterface/CBattleAnimations.cpp" />
- <Unit filename="BattleInterface/CBattleAnimations.h" />
- <Unit filename="BattleInterface/CBattleInterface.cpp" />
- <Unit filename="BattleInterface/CBattleInterface.h" />
- <Unit filename="BattleInterface/CBattleInterfaceClasses.cpp" />
- <Unit filename="BattleInterface/CBattleInterfaceClasses.h" />
- <Unit filename="BattleInterface/CCreatureAnimation.cpp" />
- <Unit filename="BattleInterface/CCreatureAnimation.h" />
- <Unit filename="CAdvmapInterface.cpp" />
- <Unit filename="CAdvmapInterface.h" />
- <Unit filename="CAnimation.cpp" />
- <Unit filename="CAnimation.h" />
- <Unit filename="CBitmapHandler.cpp" />
- <Unit filename="CBitmapHandler.h" />
- <Unit filename="CCastleInterface.cpp" />
- <Unit filename="CCastleInterface.h" />
- <Unit filename="CCreatureWindow.cpp" />
- <Unit filename="CCreatureWindow.h" />
- <Unit filename="CDefHandler.cpp" />
- <Unit filename="CDefHandler.h" />
- <Unit filename="CGameInfo.cpp" />
- <Unit filename="CGameInfo.h" />
- <Unit filename="CHeroWindow.cpp" />
- <Unit filename="CHeroWindow.h" />
- <Unit filename="CKingdomInterface.cpp" />
- <Unit filename="CKingdomInterface.h" />
- <Unit filename="CMT.cpp" />
- <Unit filename="CMessage.cpp" />
- <Unit filename="CMessage.h" />
- <Unit filename="CMusicHandler.cpp" />
- <Unit filename="CMusicHandler.h" />
- <Unit filename="CPlayerInterface.cpp" />
- <Unit filename="CPlayerInterface.h" />
- <Unit filename="CPreGame.cpp" />
- <Unit filename="CPreGame.h" />
- <Unit filename="CQuestLog.cpp" />
- <Unit filename="CQuestLog.h" />
- <Unit filename="CSoundBase.h" />
- <Unit filename="CSpellWindow.cpp" />
- <Unit filename="CSpellWindow.h" />
- <Unit filename="CVideoHandler.cpp" />
- <Unit filename="CVideoHandler.h" />
- <Unit filename="Client.cpp" />
- <Unit filename="Client.h" />
- <Unit filename="FunctionList.h" />
- <Unit filename="GUIClasses.cpp" />
- <Unit filename="GUIClasses.h" />
- <Unit filename="Graphics.cpp" />
- <Unit filename="Graphics.h" />
- <Unit filename="NetPacksClient.cpp" />
- <Unit filename="StdInc.h">
- <Option compile="1" />
- <Option weight="0" />
- </Unit>
- <Unit filename="UIFramework/CCursorHandler.cpp" />
- <Unit filename="UIFramework/CCursorHandler.h" />
- <Unit filename="UIFramework/CGuiHandler.cpp" />
- <Unit filename="UIFramework/CGuiHandler.h" />
- <Unit filename="UIFramework/CIntObject.cpp" />
- <Unit filename="UIFramework/CIntObject.h" />
- <Unit filename="UIFramework/CIntObjectClasses.cpp" />
- <Unit filename="UIFramework/CIntObjectClasses.h" />
- <Unit filename="UIFramework/Fonts.cpp" />
- <Unit filename="UIFramework/Fonts.h" />
- <Unit filename="UIFramework/Geometries.cpp" />
- <Unit filename="UIFramework/Geometries.h" />
- <Unit filename="UIFramework/SDL_Extensions.cpp" />
- <Unit filename="UIFramework/SDL_Extensions.h" />
- <Unit filename="UIFramework/SDL_Pixels.h" />
- <Unit filename="VCMI_client.rc">
- <Option compilerVar="WINDRES" />
- </Unit>
- <Unit filename="mapHandler.cpp" />
- <Unit filename="mapHandler.h" />
- <Unit filename="resource.h" />
- <Extensions>
- <code_completion />
- <envvars />
- <debugger />
- <lib_finder disable_auto="1" />
- <DoxyBlocks>
- <comment_style block="0" line="0" />
- <doxyfile_project />
- <doxyfile_build />
- <doxyfile_warnings />
- <doxyfile_output />
- <doxyfile_dot />
- <general />
- </DoxyBlocks>
- </Extensions>
- </Project>
- </CodeBlocks_project_file>
|