BattleAI.cbp 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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 option="-DBOOST_SYSTEM_NO_DEPRECATED" />
  62. <Add option="-D_WIN32_WINNT=0x0501" />
  63. <Add option="-D_WIN32" />
  64. <Add directory="$(#boost.include)" />
  65. <Add directory="../../include" />
  66. </Compiler>
  67. <Linker>
  68. <Add option="-lboost_system$(#boost.libsuffix)" />
  69. <Add option="-lVCMI_lib" />
  70. <Add directory="../.." />
  71. </Linker>
  72. <Unit filename="AttackPossibility.cpp" />
  73. <Unit filename="AttackPossibility.h" />
  74. <Unit filename="BattleAI.cpp" />
  75. <Unit filename="BattleAI.h" />
  76. <Unit filename="EnemyInfo.cpp" />
  77. <Unit filename="EnemyInfo.h" />
  78. <Unit filename="PotentialTargets.cpp" />
  79. <Unit filename="PotentialTargets.h" />
  80. <Unit filename="StackWithBonuses.cpp" />
  81. <Unit filename="StackWithBonuses.h" />
  82. <Unit filename="StdInc.h">
  83. <Option compile="1" />
  84. <Option weight="0" />
  85. </Unit>
  86. <Unit filename="ThreatMap.cpp" />
  87. <Unit filename="ThreatMap.h" />
  88. <Unit filename="common.cpp" />
  89. <Unit filename="common.h" />
  90. <Unit filename="main.cpp" />
  91. <Extensions>
  92. <code_completion />
  93. <envvars />
  94. <debugger />
  95. <lib_finder disable_auto="1" />
  96. </Extensions>
  97. </Project>
  98. </CodeBlocks_project_file>