VCAI.cbp 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. <Target title="Debug-win32-SDL1">
  38. <Option platforms="Windows;" />
  39. <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" />
  40. <Option object_output="obj/Debug/" />
  41. <Option type="3" />
  42. <Option compiler="gcc" />
  43. <Compiler>
  44. <Add option="-g" />
  45. </Compiler>
  46. <Linker>
  47. <Add directory="../FuzzyLite/bin/Debug" />
  48. </Linker>
  49. </Target>
  50. <Target title="Release-win32-SDL1">
  51. <Option platforms="Windows;" />
  52. <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" />
  53. <Option object_output="obj/Release/" />
  54. <Option type="3" />
  55. <Option compiler="gcc" />
  56. <Compiler>
  57. <Add option="-fomit-frame-pointer" />
  58. <Add option="-O3" />
  59. </Compiler>
  60. <Linker>
  61. <Add option="-s" />
  62. <Add directory="../FuzzyLite/bin/Release" />
  63. </Linker>
  64. </Target>
  65. </Build>
  66. <Compiler>
  67. <Add option="-pedantic" />
  68. <Add option="-Wextra" />
  69. <Add option="-Wall" />
  70. <Add option="-fexceptions" />
  71. <Add option="-Wpointer-arith" />
  72. <Add option="-Wno-switch" />
  73. <Add option="-Wno-sign-compare" />
  74. <Add option="-Wno-unused-parameter" />
  75. <Add option="-Wno-overloaded-virtual" />
  76. <Add option="-DBOOST_THREAD_USE_LIB" />
  77. <Add option="-D_WIN32_WINNT=0x0501" />
  78. <Add directory="$(#boost.include)" />
  79. <Add directory="../../include" />
  80. </Compiler>
  81. <Linker>
  82. <Add option="-lFuzzyLite" />
  83. <Add option="-lboost_system$(#boost.libsuffix)" />
  84. <Add option="-lboost_thread$(#boost.libsuffix)" />
  85. <Add option="-lboost_chrono$(#boost.libsuffix)" />
  86. <Add option="-lVCMI_lib" />
  87. <Add directory="$(#boost.lib32)" />
  88. <Add directory="../.." />
  89. </Linker>
  90. <Unit filename="AIUtility.cpp" />
  91. <Unit filename="AIUtility.h" />
  92. <Unit filename="Fuzzy.cpp" />
  93. <Unit filename="Fuzzy.h" />
  94. <Unit filename="Goals.cpp" />
  95. <Unit filename="Goals.h" />
  96. <Unit filename="StdInc.h">
  97. <Option weight="0" />
  98. </Unit>
  99. <Unit filename="VCAI.cpp" />
  100. <Unit filename="VCAI.h" />
  101. <Unit filename="main.cpp" />
  102. <Extensions>
  103. <code_completion />
  104. <envvars />
  105. <debugger />
  106. <lib_finder disable_auto="1" />
  107. </Extensions>
  108. </Project>
  109. </CodeBlocks_project_file>