This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues/pull-requests.
DBHomework/DBHomework.cbp

78 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="DBHomework" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/DBHomework" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/DBHomework" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add option="-D_HTTPWRAPPER_WITH_SESSION" />
<Add option="-D_HTTPWRAPPER_WITH_MYSQL" />
<Add directory="MySQLWrapper" />
<Add directory="mysql_include" />
<Add directory="HTTPWrapper" />
<Add directory="WinUtil" />
<Add directory="D:/CodeBlocks_Codes/DBHomework/" />
</Compiler>
<Linker>
<Add library="mysql_lib/libmysql.lib" />
</Linker>
<Unit filename="HTTPWrapper/CookieVec.cpp" />
<Unit filename="HTTPWrapper/CookieVec.h" />
<Unit filename="HTTPWrapper/Request.cpp" />
<Unit filename="HTTPWrapper/Request.h" />
<Unit filename="HTTPWrapper/Response.cpp" />
<Unit filename="HTTPWrapper/Response.h" />
<Unit filename="HTTPWrapper/Session.h" />
<Unit filename="HTTPWrapper/Session_MySQL.cpp" />
<Unit filename="HTTPWrapper/Singleton.hpp" />
<Unit filename="HTTPWrapper/Util.cpp" />
<Unit filename="HTTPWrapper/Util.h" />
<Unit filename="MySQLWrapper/MySQLInclude.h" />
<Unit filename="MySQLWrapper/MySQLTransaction.cpp" />
<Unit filename="MySQLWrapper/MySQLTransaction.h" />
<Unit filename="MySQLWrapper/MySQLWrapper.cpp" />
<Unit filename="MySQLWrapper/MySQLWrapper.h" />
<Unit filename="bs_util.cpp" />
<Unit filename="bs_util.h" />
<Unit filename="handler.h" />
<Unit filename="jsonfail.cpp" />
<Unit filename="jsonfail.h" />
<Unit filename="main.cpp" />
<Unit filename="src/BookSearch.cpp" />
<Unit filename="src/bs_src_util.cpp" />
<Unit filename="src/bs_src_util.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>