VCAI.cbp 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="VCAI" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="../VCAI" 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="-g" />
  16. </Compiler>
  17. <Linker>
  18. <Add directory="../FuzzyLite/bin/Debug" />
  19. </Linker>
  20. </Target>
  21. <Target title="Release">
  22. <Option output="../VCAI" 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="../FuzzyLite/bin/Release" />
  33. </Linker>
  34. </Target>
  35. </Build>
  36. <Compiler>
  37. <Add option="-pedantic" />
  38. <Add option="-Wextra" />
  39. <Add option="-Wall" />
  40. <Add option="-fexceptions" />
  41. <Add option="-Wpointer-arith" />
  42. <Add option="-Wno-switch" />
  43. <Add option="-Wno-sign-compare" />
  44. <Add option="-Wno-unused-parameter" />
  45. <Add option="-Wno-overloaded-virtual" />
  46. <Add option="-DBOOST_THREAD_USE_LIB" />
  47. <Add option="-D_WIN32_WINNT=0x0501" />
  48. <Add directory="$(#boost.include)" />
  49. <Add directory="../../include" />
  50. </Compiler>
  51. <Linker>
  52. <Add option="-lFuzzyLite" />
  53. <Add option="-lboost_system$(#boost.libsuffix)" />
  54. <Add option="-lboost_thread$(#boost.libsuffix)" />
  55. <Add option="-lboost_chrono$(#boost.libsuffix)" />
  56. <Add option="-lVCMI_lib" />
  57. <Add directory="$(#boost.lib)" />
  58. <Add directory="../.." />
  59. </Linker>
  60. <Unit filename="Fuzzy.cpp" />
  61. <Unit filename="Fuzzy.h" />
  62. <Unit filename="StdInc.h">
  63. <Option compile="1" />
  64. <Option weight="0" />
  65. </Unit>
  66. <Unit filename="VCAI.cpp" />
  67. <Unit filename="VCAI.h" />
  68. <Unit filename="main.cpp" />
  69. <Extensions>
  70. <code_completion />
  71. <envvars />
  72. <debugger />
  73. <lib_finder disable_auto="1" />
  74. </Extensions>
  75. </Project>
  76. </CodeBlocks_project_file>