EmptyAI.cbp 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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">
  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/x86/" />
  13. <Option type="3" />
  14. <Option compiler="gcc" />
  15. <Compiler>
  16. <Add option="-ggdb" />
  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="../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" />
  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 directory="$(#boost.lib32)" />
  33. </Linker>
  34. </Target>
  35. <Target title="Debug-win64">
  36. <Option platforms="Windows;" />
  37. <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" />
  38. <Option object_output="obj/Debug/x64/" />
  39. <Option type="3" />
  40. <Option compiler="gnu_gcc_compiler_x64" />
  41. <Compiler>
  42. <Add option="-ggdb" />
  43. </Compiler>
  44. <Linker>
  45. <Add directory="$(#boost.lib64)" />
  46. </Linker>
  47. </Target>
  48. </Build>
  49. <Compiler>
  50. <Add option="-Wextra" />
  51. <Add option="-Wall" />
  52. <Add option="-std=gnu++11" />
  53. <Add option="-fexceptions" />
  54. <Add option="-Wpointer-arith" />
  55. <Add option="-Wno-switch" />
  56. <Add option="-Wno-sign-compare" />
  57. <Add option="-Wno-unused-parameter" />
  58. <Add option="-Wno-overloaded-virtual" />
  59. <Add option="-fpermissive" />
  60. <Add directory="$(#boost.include)" />
  61. <Add directory="../../include" />
  62. </Compiler>
  63. <Linker>
  64. <Add option="-lboost_system$(#boost.libsuffix)" />
  65. <Add option="-lVCMI_lib" />
  66. <Add directory="../.." />
  67. </Linker>
  68. <Unit filename="CEmptyAI.cpp" />
  69. <Unit filename="CEmptyAI.h" />
  70. <Unit filename="StdInc.h">
  71. <Option weight="0" />
  72. </Unit>
  73. <Unit filename="exp_funcs.cpp" />
  74. <Extensions>
  75. <code_completion />
  76. <envvars />
  77. <debugger />
  78. <lib_finder disable_auto="1" />
  79. </Extensions>
  80. </Project>
  81. </CodeBlocks_project_file>