BattleAI.cbp 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. </Build>
  33. <Compiler>
  34. <Add option="-pedantic" />
  35. <Add option="-Wextra" />
  36. <Add option="-Wall" />
  37. <Add option="-fexceptions" />
  38. <Add option="-Wpointer-arith" />
  39. <Add option="-Wno-switch" />
  40. <Add option="-Wno-sign-compare" />
  41. <Add option="-Wno-unused-parameter" />
  42. <Add option="-Wno-overloaded-virtual" />
  43. <Add directory="$(#boost.include)" />
  44. <Add directory="../../include" />
  45. </Compiler>
  46. <Linker>
  47. <Add option="-lboost_system$(#boost.libsuffix)" />
  48. <Add option="-lVCMI_lib" />
  49. <Add directory="$(#boost.lib32)" />
  50. <Add directory="../.." />
  51. </Linker>
  52. <Unit filename="BattleAI.cpp" />
  53. <Unit filename="BattleAI.h" />
  54. <Unit filename="StdInc.h">
  55. <Option weight="0" />
  56. </Unit>
  57. <Unit filename="main.cpp" />
  58. <Extensions>
  59. <code_completion />
  60. <envvars />
  61. <debugger />
  62. <lib_finder disable_auto="1" />
  63. </Extensions>
  64. </Project>
  65. </CodeBlocks_project_file>