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