2012-09-15 21:44:55 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="VCMI_server" />
|
2012-09-16 12:12:15 +03:00
|
|
|
<Option pch_mode="2" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Debug">
|
2013-01-08 12:41:28 +03:00
|
|
|
<Option output="../VCMI_server" prefix_auto="1" extension_auto="1" />
|
2012-12-24 18:55:19 +03:00
|
|
|
<Option object_output="../obj/Debug/Server" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option use_console_runner="0" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-ggdb" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release">
|
2013-01-08 12:41:28 +03:00
|
|
|
<Option output="../VCMI_server" prefix_auto="1" extension_auto="1" />
|
2012-12-24 18:55:19 +03:00
|
|
|
<Option object_output="../obj/Release/Server" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-fomit-frame-pointer" />
|
|
|
|
<Add option="-O2" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wextra" />
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="-fexceptions" />
|
|
|
|
<Add option="-Wpointer-arith" />
|
|
|
|
<Add option="-Wno-switch" />
|
|
|
|
<Add option="-Wno-sign-compare" />
|
|
|
|
<Add option="-Wno-unused-parameter" />
|
|
|
|
<Add option="-Wno-overloaded-virtual" />
|
|
|
|
<Add option="-D_WIN32_WINNT=0x0501" />
|
|
|
|
<Add option="-DBOOST_THREAD_USE_LIB" />
|
|
|
|
<Add directory="$(#boost.include)" />
|
|
|
|
<Add directory="$(#sdl.include)" />
|
2012-12-24 18:55:19 +03:00
|
|
|
<Add directory="../include" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-lole32" />
|
|
|
|
<Add option="-loleaut32" />
|
|
|
|
<Add option="-lws2_32" />
|
|
|
|
<Add option="-lmswsock" />
|
2012-12-06 15:16:26 +03:00
|
|
|
<Add option="-lboost_program_options$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_filesystem$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_system$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_chrono$(#boost.libsuffix)" />
|
2012-10-06 18:12:07 +03:00
|
|
|
<Add option="-lVCMI_lib" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Add directory="$(#boost.lib)" />
|
2013-01-08 12:41:28 +03:00
|
|
|
<Add directory="../" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Linker>
|
2012-12-24 18:55:19 +03:00
|
|
|
<Unit filename="CGameHandler.cpp" />
|
|
|
|
<Unit filename="CGameHandler.h" />
|
|
|
|
<Unit filename="CVCMIServer.cpp" />
|
|
|
|
<Unit filename="CVCMIServer.h" />
|
|
|
|
<Unit filename="NetPacksServer.cpp" />
|
|
|
|
<Unit filename="StdInc.h">
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option compile="1" />
|
|
|
|
<Option weight="0" />
|
|
|
|
</Unit>
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
<DoxyBlocks>
|
|
|
|
<comment_style block="0" line="0" />
|
|
|
|
<doxyfile_project />
|
|
|
|
<doxyfile_build />
|
|
|
|
<doxyfile_warnings />
|
|
|
|
<doxyfile_output />
|
|
|
|
<doxyfile_dot />
|
|
|
|
<general />
|
|
|
|
</DoxyBlocks>
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|