VCAI.cbp 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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="0" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug-win32">
  10. <Option platforms="Windows;" />
  11. <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" />
  12. <Option object_output="obj/Debug/x86" />
  13. <Option type="3" />
  14. <Option compiler="gcc" />
  15. <Compiler>
  16. <Add option="-Og" />
  17. <Add option="-g" />
  18. </Compiler>
  19. <Linker>
  20. <Add directory="../" />
  21. <Add directory="$(#boost.lib32)" />
  22. </Linker>
  23. </Target>
  24. <Target title="Release-win32">
  25. <Option platforms="Windows;" />
  26. <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" />
  27. <Option object_output="obj/Release/x86" />
  28. <Option type="3" />
  29. <Option compiler="gcc" />
  30. <Compiler>
  31. <Add option="-fomit-frame-pointer" />
  32. <Add option="-O3" />
  33. </Compiler>
  34. <Linker>
  35. <Add option="-s" />
  36. <Add directory="../" />
  37. <Add directory="$(#boost.lib32)" />
  38. </Linker>
  39. </Target>
  40. <Target title="Debug-win64">
  41. <Option platforms="Windows;" />
  42. <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" />
  43. <Option object_output="obj/Debug/x64" />
  44. <Option type="3" />
  45. <Option compiler="gnu_gcc_compiler_x64" />
  46. <Compiler>
  47. <Add option="-Og" />
  48. <Add option="-g" />
  49. </Compiler>
  50. <Linker>
  51. <Add directory="../" />
  52. <Add directory="$(#boost.lib64)" />
  53. </Linker>
  54. </Target>
  55. </Build>
  56. <Compiler>
  57. <Add option="-pedantic" />
  58. <Add option="-Wextra" />
  59. <Add option="-Wall" />
  60. <Add option="-std=gnu++11" />
  61. <Add option="-fexceptions" />
  62. <Add option="-Wpointer-arith" />
  63. <Add option="-Wno-switch" />
  64. <Add option="-Wno-sign-compare" />
  65. <Add option="-Wno-unused-parameter" />
  66. <Add option="-Wno-overloaded-virtual" />
  67. <Add option="-DBOOST_THREAD_USE_LIB" />
  68. <Add option="-D_WIN32_WINNT=0x0501" />
  69. <Add option="-DFL_CPP11" />
  70. <Add directory="$(#boost.include)" />
  71. <Add directory="../../include" />
  72. <Add directory="../FuzzyLite/fuzzylite" />
  73. </Compiler>
  74. <Linker>
  75. <Add option="-lFuzzyLite" />
  76. <Add option="-lboost_system$(#boost.libsuffix)" />
  77. <Add option="-lboost_thread$(#boost.libsuffix)" />
  78. <Add option="-lboost_chrono$(#boost.libsuffix)" />
  79. <Add option="-lVCMI_lib" />
  80. <Add directory="../.." />
  81. </Linker>
  82. <Unit filename="AIUtility.cpp" />
  83. <Unit filename="AIUtility.h" />
  84. <Unit filename="Fuzzy.cpp" />
  85. <Unit filename="Fuzzy.h" />
  86. <Unit filename="Goals.cpp" />
  87. <Unit filename="Goals.h" />
  88. <Unit filename="StdInc.h">
  89. <Option weight="0" />
  90. </Unit>
  91. <Unit filename="VCAI.cpp" />
  92. <Unit filename="VCAI.h" />
  93. <Unit filename="main.cpp" />
  94. <Extensions>
  95. <code_completion />
  96. <envvars />
  97. <debugger />
  98. <lib_finder disable_auto="1" />
  99. </Extensions>
  100. </Project>
  101. </CodeBlocks_project_file>