EmptyAI.cbp 2.1 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="EmptyAI" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug-win32-SDL2">
  10. <Option platforms="Windows;" />
  11. <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" />
  12. <Option object_output="obj/Debug/" />
  13. <Option type="3" />
  14. <Option compiler="gcc" />
  15. <Compiler>
  16. <Add option="-ggdb" />
  17. </Compiler>
  18. </Target>
  19. <Target title="Release-win32-SDL2">
  20. <Option platforms="Windows;" />
  21. <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" />
  22. <Option object_output="obj/Release/" />
  23. <Option type="3" />
  24. <Option compiler="gcc" />
  25. <Compiler>
  26. <Add option="-fomit-frame-pointer" />
  27. <Add option="-O3" />
  28. </Compiler>
  29. <Linker>
  30. <Add option="-s" />
  31. </Linker>
  32. </Target>
  33. </Build>
  34. <Compiler>
  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 option="-fpermissive" />
  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.lib32)" />
  51. <Add directory="../.." />
  52. </Linker>
  53. <Unit filename="CEmptyAI.cpp" />
  54. <Unit filename="CEmptyAI.h" />
  55. <Unit filename="StdInc.h">
  56. <Option weight="0" />
  57. </Unit>
  58. <Unit filename="exp_funcs.cpp" />
  59. <Extensions>
  60. <code_completion />
  61. <envvars />
  62. <debugger />
  63. <lib_finder disable_auto="1" />
  64. </Extensions>
  65. </Project>
  66. </CodeBlocks_project_file>