VCMI_server.cbp 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="VCMI_server" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="bin/Debug/VCMI_server" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="obj/Debug/" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Option use_console_runner="0" />
  15. <Compiler>
  16. <Add option="-ggdb" />
  17. </Compiler>
  18. <Linker>
  19. <Add directory="bin/Debug" />
  20. </Linker>
  21. </Target>
  22. <Target title="Release">
  23. <Option output="bin/Release/VCMI_server" prefix_auto="1" extension_auto="1" />
  24. <Option object_output="obj/Release/" />
  25. <Option type="1" />
  26. <Option compiler="gcc" />
  27. <Compiler>
  28. <Add option="-fomit-frame-pointer" />
  29. <Add option="-O2" />
  30. </Compiler>
  31. <Linker>
  32. <Add option="-s" />
  33. <Add directory="bin/Release" />
  34. </Linker>
  35. </Target>
  36. </Build>
  37. <Compiler>
  38. <Add option="-Wextra" />
  39. <Add option="-Wall" />
  40. <Add option="-fexceptions" />
  41. <Add option="-Wpointer-arith" />
  42. <Add option="-Wno-switch" />
  43. <Add option="-Wno-sign-compare" />
  44. <Add option="-Wno-unused-parameter" />
  45. <Add option="-Wno-overloaded-virtual" />
  46. <Add option="-D_WIN32_WINNT=0x0501" />
  47. <Add option="-DBOOST_THREAD_USE_LIB" />
  48. <Add directory="$(#boost.include)" />
  49. <Add directory="$(#sdl.include)" />
  50. <Add directory="." />
  51. <Add directory="include" />
  52. </Compiler>
  53. <Linker>
  54. <Add option="-lole32" />
  55. <Add option="-loleaut32" />
  56. <Add option="-lws2_32" />
  57. <Add option="-lmswsock" />
  58. <Add option="-lboost_program_options$(#boost.libsuffix)" />
  59. <Add option="-lboost_filesystem$(#boost.libsuffix)" />
  60. <Add option="-lboost_system$(#boost.libsuffix)" />
  61. <Add option="-lboost_thread$(#boost.libsuffix)" />
  62. <Add option="-lboost_chrono$(#boost.libsuffix)" />
  63. <Add option="-lVCMI_lib" />
  64. <Add directory="$(#boost.lib)" />
  65. </Linker>
  66. <Unit filename="server/CGameHandler.cpp" />
  67. <Unit filename="server/CGameHandler.h" />
  68. <Unit filename="server/CVCMIServer.cpp" />
  69. <Unit filename="server/CVCMIServer.h" />
  70. <Unit filename="server/NetPacksServer.cpp" />
  71. <Unit filename="server/StdInc.h">
  72. <Option compile="1" />
  73. <Option weight="0" />
  74. </Unit>
  75. <Extensions>
  76. <code_completion />
  77. <envvars />
  78. <debugger />
  79. <lib_finder disable_auto="1" />
  80. <DoxyBlocks>
  81. <comment_style block="0" line="0" />
  82. <doxyfile_project />
  83. <doxyfile_build />
  84. <doxyfile_warnings />
  85. <doxyfile_output />
  86. <doxyfile_dot />
  87. <general />
  88. </DoxyBlocks>
  89. </Extensions>
  90. </Project>
  91. </CodeBlocks_project_file>