EmptyAI.cbp 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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=0x0600" />
  67. <Add option="-D_WIN32" />
  68. <Add option="-DBOOST_ALL_DYN_LINK" />
  69. <Add directory="$(#boost.include)" />
  70. <Add directory="../../include" />
  71. </Compiler>
  72. <Linker>
  73. <Add directory="../.." />
  74. </Linker>
  75. <Unit filename="CEmptyAI.cpp" />
  76. <Unit filename="CEmptyAI.h" />
  77. <Unit filename="StdInc.h">
  78. <Option compile="1" />
  79. <Option weight="0" />
  80. </Unit>
  81. <Unit filename="exp_funcs.cpp" />
  82. <Extensions>
  83. <lib_finder disable_auto="1" />
  84. </Extensions>
  85. </Project>
  86. </CodeBlocks_project_file>