mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-26 08:41:13 +02:00
4203d69525
1) spell handler refactored to support modding in general way 2) imunnity icons moved to WoG as they depends on wog`s graphics 3) introduced new class template for handlers (todo: use this in other handlers) 4) save format changed 5) introduced "absolute immunity" - unaffected by "the Orb" etc. (todo: use it in config) 6) new format documented on wiki, added json schema. * more split of registertypes - fixes 32 mingw build
80 lines
2.5 KiB
XML
80 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="VCAI" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="../VCAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Debug/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-g" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add directory="../FuzzyLite/bin/Debug" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Release">
|
|
<Option output="../VCAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-fomit-frame-pointer" />
|
|
<Add option="-O3" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add directory="../FuzzyLite/bin/Release" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-pedantic" />
|
|
<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="-DBOOST_THREAD_USE_LIB" />
|
|
<Add option="-D_WIN32_WINNT=0x0501" />
|
|
<Add directory="$(#boost.include)" />
|
|
<Add directory="../../include" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-lFuzzyLite" />
|
|
<Add option="-lboost_system$(#boost.libsuffix)" />
|
|
<Add option="-lboost_thread$(#boost.libsuffix)" />
|
|
<Add option="-lboost_chrono$(#boost.libsuffix)" />
|
|
<Add option="-lVCMI_lib" />
|
|
<Add directory="$(#boost.lib32)" />
|
|
<Add directory="../.." />
|
|
</Linker>
|
|
<Unit filename="AIUtility.cpp" />
|
|
<Unit filename="AIUtility.h" />
|
|
<Unit filename="Fuzzy.cpp" />
|
|
<Unit filename="Fuzzy.h" />
|
|
<Unit filename="Goals.cpp" />
|
|
<Unit filename="Goals.h" />
|
|
<Unit filename="StdInc.h">
|
|
<Option weight="0" />
|
|
</Unit>
|
|
<Unit filename="VCAI.cpp" />
|
|
<Unit filename="VCAI.h" />
|
|
<Unit filename="main.cpp" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
<lib_finder disable_auto="1" />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|