BattleAI.cbp 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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">
  10. <Option output="bin\Debug\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" />
  11. <Option object_output="obj\Debug\" />
  12. <Option type="3" />
  13. <Option compiler="gcc" />
  14. <Compiler>
  15. <Add option="-g" />
  16. </Compiler>
  17. <Linker>
  18. <Add option="-lboost_system-mgw47-mt-d-1_51" />
  19. <Add option="-lVCMI_lib" />
  20. <Add directory="..\..\bin\Debug" />
  21. </Linker>
  22. </Target>
  23. <Target title="Release">
  24. <Option output="bin\Release\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\" />
  26. <Option type="3" />
  27. <Option compiler="gcc" />
  28. <Compiler>
  29. <Add option="-O2" />
  30. </Compiler>
  31. <Linker>
  32. <Add option="-s" />
  33. <Add option="-lboost_system-mgw47-mt-1_51" />
  34. <Add option="-lVCMI_lib" />
  35. <Add directory="..\..\bin\Release" />
  36. </Linker>
  37. </Target>
  38. </Build>
  39. <Compiler>
  40. <Add option="-pedantic" />
  41. <Add option="-Wextra" />
  42. <Add option="-Wall" />
  43. <Add option="-fexceptions" />
  44. <Add option="-Wpointer-arith" />
  45. <Add option="-Wno-switch" />
  46. <Add option="-Wno-sign-compare" />
  47. <Add option="-Wno-unused-parameter" />
  48. <Add option="-Wno-overloaded-virtual" />
  49. <Add directory="$(#boost.include)" />
  50. <Add directory="..\..\include" />
  51. </Compiler>
  52. <Linker>
  53. <Add directory="$(#boost.lib)" />
  54. </Linker>
  55. <Unit filename="BattleAI.cpp" />
  56. <Unit filename="BattleAI.h" />
  57. <Unit filename="StdInc.h">
  58. <Option compile="1" />
  59. <Option weight="0" />
  60. </Unit>
  61. <Unit filename="main.cpp" />
  62. <Extensions>
  63. <code_completion />
  64. <envvars />
  65. <debugger />
  66. <lib_finder disable_auto="1" />
  67. </Extensions>
  68. </Project>
  69. </CodeBlocks_project_file>