StupidAI.cbp 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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="StupidAI" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="../StupidAI" 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="-ggdb" />
  16. </Compiler>
  17. </Target>
  18. <Target title="Release">
  19. <Option output="../StupidAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
  20. <Option object_output="obj/Release/" />
  21. <Option type="3" />
  22. <Option compiler="gcc" />
  23. <Compiler>
  24. <Add option="-fomit-frame-pointer" />
  25. <Add option="-O3" />
  26. </Compiler>
  27. <Linker>
  28. <Add option="-s" />
  29. </Linker>
  30. </Target>
  31. </Build>
  32. <Compiler>
  33. <Add option="-pedantic" />
  34. <Add option="-Wextra" />
  35. <Add option="-Wall" />
  36. <Add option="-fexceptions" />
  37. <Add option="-Wpointer-arith" />
  38. <Add option="-Wno-switch" />
  39. <Add option="-Wno-sign-compare" />
  40. <Add option="-Wno-unused-parameter" />
  41. <Add option="-Wno-overloaded-virtual" />
  42. <Add option="-DBOOST_THREAD_USE_LIB" />
  43. <Add option="-D_WIN32_WINNT=0x0501" />
  44. <Add directory="$(#boost.include)" />
  45. <Add directory="../../include" />
  46. </Compiler>
  47. <Linker>
  48. <Add option="-lboost_system$(#boost.libsuffix)" />
  49. <Add option="-lVCMI_lib" />
  50. <Add directory="$(#boost.lib)" />
  51. <Add directory="../.." />
  52. </Linker>
  53. <Unit filename="StdInc.h">
  54. <Option compile="1" />
  55. <Option weight="0" />
  56. </Unit>
  57. <Unit filename="StupidAI.cpp" />
  58. <Unit filename="StupidAI.h" />
  59. <Unit filename="main.cpp" />
  60. <Extensions>
  61. <code_completion />
  62. <envvars />
  63. <debugger />
  64. </Extensions>
  65. </Project>
  66. </CodeBlocks_project_file>