EmptyAI.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="EmptyAI" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="../EmptyAI" 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="../EmptyAI" 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="-Wextra" />
  34. <Add option="-Wall" />
  35. <Add option="-fexceptions" />
  36. <Add option="-Wpointer-arith" />
  37. <Add option="-Wno-switch" />
  38. <Add option="-Wno-sign-compare" />
  39. <Add option="-Wno-unused-parameter" />
  40. <Add option="-Wno-overloaded-virtual" />
  41. <Add option="-fpermissive" />
  42. <Add directory="$(#boost.include)" />
  43. <Add directory="../../include" />
  44. </Compiler>
  45. <Linker>
  46. <Add option="-lboost_system$(#boost.libsuffix)" />
  47. <Add option="-lVCMI_lib" />
  48. <Add directory="$(#boost.lib)" />
  49. <Add directory="../.." />
  50. </Linker>
  51. <Unit filename="CEmptyAI.cpp" />
  52. <Unit filename="CEmptyAI.h" />
  53. <Unit filename="StdInc.h">
  54. <Option compile="1" />
  55. <Option weight="0" />
  56. </Unit>
  57. <Unit filename="exp_funcs.cpp" />
  58. <Extensions>
  59. <code_completion />
  60. <envvars />
  61. <debugger />
  62. <lib_finder disable_auto="1" />
  63. </Extensions>
  64. </Project>
  65. </CodeBlocks_project_file>