EmptyAI.cbp 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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-win32">
  10. <Option platforms="Windows;" />
  11. <Option output="../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" />
  12. <Option object_output="obj/Debug/x86/" />
  13. <Option type="3" />
  14. <Option compiler="gcc" />
  15. <Compiler>
  16. <Add option="-ggdb" />
  17. </Compiler>
  18. <Linker>
  19. <Add option="-lboost_system$(#boost.libsuffix32)" />
  20. <Add option="-lVCMI_lib" />
  21. <Add directory="$(#boost.lib32)" />
  22. </Linker>
  23. </Target>
  24. <Target title="Release-win32">
  25. <Option platforms="Windows;" />
  26. <Option output="../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" />
  27. <Option object_output="obj/Release/x86/" />
  28. <Option type="3" />
  29. <Option compiler="gcc" />
  30. <Compiler>
  31. <Add option="-O2" />
  32. </Compiler>
  33. <Linker>
  34. <Add option="-lboost_system$(#boost.libsuffix32)" />
  35. <Add option="-lVCMI_lib" />
  36. <Add directory="$(#boost.lib32)" />
  37. </Linker>
  38. </Target>
  39. <Target title="Debug-win64">
  40. <Option platforms="Windows;" />
  41. <Option output="../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" />
  42. <Option object_output="obj/Debug/x64/" />
  43. <Option type="3" />
  44. <Option compiler="gnu_gcc_compiler_x64" />
  45. <Compiler>
  46. <Add option="-ggdb" />
  47. </Compiler>
  48. <Linker>
  49. <Add option="-lboost_system$(#boost.libsuffix64)" />
  50. <Add option="-lVCMI_lib" />
  51. <Add directory="$(#boost.lib64)" />
  52. </Linker>
  53. </Target>
  54. </Build>
  55. <Compiler>
  56. <Add option="-Wextra" />
  57. <Add option="-Wall" />
  58. <Add option="-std=gnu++11" />
  59. <Add option="-fexceptions" />
  60. <Add option="-Wpointer-arith" />
  61. <Add option="-Wno-switch" />
  62. <Add option="-Wno-sign-compare" />
  63. <Add option="-Wno-unused-parameter" />
  64. <Add option="-Wno-overloaded-virtual" />
  65. <Add option="-fpermissive" />
  66. <Add option="-D_WIN32_WINNT=0x0501" />
  67. <Add option="-D_WIN32" />
  68. <Add directory="$(#boost.include)" />
  69. <Add directory="../../include" />
  70. </Compiler>
  71. <Linker>
  72. <Add directory="../.." />
  73. </Linker>
  74. <Unit filename="CEmptyAI.cpp" />
  75. <Unit filename="CEmptyAI.h" />
  76. <Unit filename="StdInc.h">
  77. <Option compile="1" />
  78. <Option weight="0" />
  79. </Unit>
  80. <Unit filename="exp_funcs.cpp" />
  81. <Extensions>
  82. <code_completion />
  83. <envvars />
  84. <debugger />
  85. <lib_finder disable_auto="1" />
  86. </Extensions>
  87. </Project>
  88. </CodeBlocks_project_file>