BattleAI.cbp 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <CodeBlocks_project_file>
  3. <FileVersion major="1" minor="6" />
  4. <Project>
  5. <Option title="BattleAI" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug-win32">
  10. <Option platforms="Windows;" />
  11. <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" />
  12. <Option object_output="obj/Debug/x86/" />
  13. <Option type="3" />
  14. <Option compiler="gcc" />
  15. <Compiler>
  16. <Add option="-g" />
  17. </Compiler>
  18. <Linker>
  19. <Add directory="$(#boost.lib32)" />
  20. </Linker>
  21. </Target>
  22. <Target title="Release-win32">
  23. <Option platforms="Windows;" />
  24. <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" />
  25. <Option object_output="obj/Release/x86/" />
  26. <Option type="3" />
  27. <Option compiler="gcc" />
  28. <Compiler>
  29. <Add option="-O2" />
  30. </Compiler>
  31. <Linker>
  32. <Add option="-s" />
  33. <Add directory="$(#boost.lib32)" />
  34. </Linker>
  35. </Target>
  36. <Target title="Debug-win64">
  37. <Option platforms="Windows;" />
  38. <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" />
  39. <Option object_output="obj/Debug/x64/" />
  40. <Option type="3" />
  41. <Option compiler="gnu_gcc_compiler_x64" />
  42. <Compiler>
  43. <Add option="-g" />
  44. </Compiler>
  45. <Linker>
  46. <Add directory="$(#boost.lib64)" />
  47. </Linker>
  48. </Target>
  49. </Build>
  50. <Compiler>
  51. <Add option="-pedantic" />
  52. <Add option="-Wextra" />
  53. <Add option="-Wall" />
  54. <Add option="-std=gnu++11" />
  55. <Add option="-fexceptions" />
  56. <Add option="-Wpointer-arith" />
  57. <Add option="-Wno-switch" />
  58. <Add option="-Wno-sign-compare" />
  59. <Add option="-Wno-unused-parameter" />
  60. <Add option="-Wno-overloaded-virtual" />
  61. <Add directory="$(#boost.include)" />
  62. <Add directory="../../include" />
  63. </Compiler>
  64. <Linker>
  65. <Add option="-lboost_system$(#boost.libsuffix)" />
  66. <Add option="-lVCMI_lib" />
  67. <Add directory="../.." />
  68. </Linker>
  69. <Unit filename="BattleAI.cpp" />
  70. <Unit filename="BattleAI.h" />
  71. <Unit filename="StdInc.h">
  72. <Option weight="0" />
  73. </Unit>
  74. <Unit filename="main.cpp" />
  75. <Extensions>
  76. <code_completion />
  77. <envvars />
  78. <debugger />
  79. <lib_finder disable_auto="1" />
  80. </Extensions>
  81. </Project>
  82. </CodeBlocks_project_file>