EmptyAI.cbp 2.1 KB

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