EmptyAI.cbp 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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="bin\Debug\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. <Linker>
  18. <Add option="-lboost_system-mgw47-mt-d-1_51" />
  19. <Add option="-lVCMI_lib" />
  20. <Add directory="..\..\bin\Debug" />
  21. </Linker>
  22. </Target>
  23. <Target title="Release">
  24. <Option output="bin\Release\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\" />
  26. <Option type="3" />
  27. <Option compiler="gcc" />
  28. <Compiler>
  29. <Add option="-fomit-frame-pointer" />
  30. <Add option="-O3" />
  31. </Compiler>
  32. <Linker>
  33. <Add option="-s" />
  34. <Add option="-lboost_system-mgw47-mt-1_51" />
  35. <Add option="-lVCMI_lib" />
  36. <Add directory="..\..\bin\Release" />
  37. </Linker>
  38. </Target>
  39. </Build>
  40. <Compiler>
  41. <Add option="-Wextra" />
  42. <Add option="-Wall" />
  43. <Add option="-fexceptions" />
  44. <Add option="-Wpointer-arith" />
  45. <Add option="-Wno-switch" />
  46. <Add option="-Wno-sign-compare" />
  47. <Add option="-Wno-unused-parameter" />
  48. <Add option="-Wno-overloaded-virtual" />
  49. <Add option="-fpermissive" />
  50. <Add directory="$(#boost.include)" />
  51. <Add directory="..\..\include" />
  52. </Compiler>
  53. <Linker>
  54. <Add directory="$(#boost.lib)" />
  55. </Linker>
  56. <Unit filename="CEmptyAI.cpp" />
  57. <Unit filename="CEmptyAI.h" />
  58. <Unit filename="StdInc.h">
  59. <Option compile="1" />
  60. <Option weight="0" />
  61. </Unit>
  62. <Unit filename="exp_funcs.cpp" />
  63. <Extensions>
  64. <code_completion />
  65. <envvars />
  66. <debugger />
  67. <lib_finder disable_auto="1" />
  68. </Extensions>
  69. </Project>
  70. </CodeBlocks_project_file>