2012-09-15 21:44:55 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="BattleAI" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
2014-05-25 00:00:15 +03:00
|
|
|
<Target title="Debug-win32-SDL2">
|
|
|
|
<Option platforms="Windows;" />
|
2013-01-08 12:41:28 +03:00
|
|
|
<Option output="../BattleAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
2012-12-06 15:16:26 +03:00
|
|
|
<Option object_output="obj/Debug/" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
2014-05-25 00:00:15 +03:00
|
|
|
<Target title="Release-win32-SDL2">
|
|
|
|
<Option platforms="Windows;" />
|
2013-01-08 12:41:28 +03:00
|
|
|
<Option output="../BattleAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
2012-12-06 15:16:26 +03:00
|
|
|
<Option object_output="obj/Release/" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O2" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
</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 directory="$(#boost.include)" />
|
2012-12-06 15:16:26 +03:00
|
|
|
<Add directory="../../include" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2012-12-06 15:16:26 +03:00
|
|
|
<Add option="-lboost_system$(#boost.libsuffix)" />
|
2012-10-06 18:12:07 +03:00
|
|
|
<Add option="-lVCMI_lib" />
|
2014-03-07 16:21:09 +03:00
|
|
|
<Add directory="$(#boost.lib32)" />
|
2013-01-08 12:41:28 +03:00
|
|
|
<Add directory="../.." />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Linker>
|
|
|
|
<Unit filename="BattleAI.cpp" />
|
|
|
|
<Unit filename="BattleAI.h" />
|
|
|
|
<Unit filename="StdInc.h">
|
|
|
|
<Option weight="0" />
|
|
|
|
</Unit>
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|