BattleAI.cbp 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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-SDL2">
  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/" />
  13. <Option type="3" />
  14. <Option compiler="gcc" />
  15. <Compiler>
  16. <Add option="-g" />
  17. </Compiler>
  18. </Target>
  19. <Target title="Release-win32-SDL2">
  20. <Option platforms="Windows;" />
  21. <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" />
  22. <Option object_output="obj/Release/" />
  23. <Option type="3" />
  24. <Option compiler="gcc" />
  25. <Compiler>
  26. <Add option="-O2" />
  27. </Compiler>
  28. <Linker>
  29. <Add option="-s" />
  30. </Linker>
  31. </Target>
  32. <Target title="Debug-win32-SDL1">
  33. <Option platforms="Windows;" />
  34. <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" />
  35. <Option object_output="obj/Debug/" />
  36. <Option type="3" />
  37. <Option compiler="gcc" />
  38. <Compiler>
  39. <Add option="-g" />
  40. </Compiler>
  41. </Target>
  42. <Target title="Release-win32-SDL1">
  43. <Option platforms="Windows;" />
  44. <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" />
  45. <Option object_output="obj/Release/" />
  46. <Option type="3" />
  47. <Option compiler="gcc" />
  48. <Compiler>
  49. <Add option="-O2" />
  50. </Compiler>
  51. <Linker>
  52. <Add option="-s" />
  53. </Linker>
  54. </Target>
  55. </Build>
  56. <Compiler>
  57. <Add option="-pedantic" />
  58. <Add option="-Wextra" />
  59. <Add option="-Wall" />
  60. <Add option="-fexceptions" />
  61. <Add option="-Wpointer-arith" />
  62. <Add option="-Wno-switch" />
  63. <Add option="-Wno-sign-compare" />
  64. <Add option="-Wno-unused-parameter" />
  65. <Add option="-Wno-overloaded-virtual" />
  66. <Add directory="$(#boost.include)" />
  67. <Add directory="../../include" />
  68. </Compiler>
  69. <Linker>
  70. <Add option="-lboost_system$(#boost.libsuffix)" />
  71. <Add option="-lVCMI_lib" />
  72. <Add directory="$(#boost.lib32)" />
  73. <Add directory="../.." />
  74. </Linker>
  75. <Unit filename="BattleAI.cpp" />
  76. <Unit filename="BattleAI.h" />
  77. <Unit filename="StdInc.h">
  78. <Option weight="0" />
  79. </Unit>
  80. <Unit filename="main.cpp" />
  81. <Extensions>
  82. <code_completion />
  83. <envvars />
  84. <debugger />
  85. <lib_finder disable_auto="1" />
  86. </Extensions>
  87. </Project>
  88. </CodeBlocks_project_file>