| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?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-win32">
- <Option platforms="Windows;" />
- <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/x86" />
- <Option type="3" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-Og" />
- <Add option="-g" />
- </Compiler>
- <Linker>
- <Add directory="../" />
- <Add directory="$(#boost.lib32)" />
- </Linker>
- </Target>
- <Target title="Release-win32">
- <Option platforms="Windows;" />
- <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/x86" />
- <Option type="3" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-fomit-frame-pointer" />
- <Add option="-O3" />
- </Compiler>
- <Linker>
- <Add option="-s" />
- <Add directory="../" />
- <Add directory="$(#boost.lib32)" />
- </Linker>
- </Target>
- <Target title="Debug-win64">
- <Option platforms="Windows;" />
- <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/x64" />
- <Option type="3" />
- <Option compiler="gnu_gcc_compiler_x64" />
- <Compiler>
- <Add option="-Og" />
- <Add option="-g" />
- </Compiler>
- <Linker>
- <Add directory="../" />
- <Add directory="$(#boost.lib64)" />
- </Linker>
- </Target>
- </Build>
- <Compiler>
- <Add option="-pedantic" />
- <Add option="-Wextra" />
- <Add option="-Wall" />
- <Add option="-std=gnu++11" />
- <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="-DBOOST_SYSTEM_NO_DEPRECATED" />
- <Add option="-D_WIN32_WINNT=0x0501" />
- <Add option="-D_WIN32" />
- <Add option="-DFL_CPP11" />
- <Add directory="$(#boost.include)" />
- <Add directory="../../include" />
- <Add directory="../FuzzyLite/fuzzylite" />
- </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="../.." />
- </Linker>
- <Unit filename="AIUtility.cpp" />
- <Unit filename="AIUtility.h" />
- <Unit filename="AIhelper.cpp" />
- <Unit filename="AIhelper.h" />
- <Unit filename="Fuzzy.cpp" />
- <Unit filename="Fuzzy.h" />
- <Unit filename="Goals.cpp" />
- <Unit filename="Goals.h" />
- <Unit filename="ResourceManager.cpp" />
- <Unit filename="ResourceManager.h" />
- <Unit filename="StdInc.h">
- <Option compile="1" />
- <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>
|