2011-09-29 23:31:47 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Lockable" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Debug">
|
|
|
|
<Option output="bin/Debug/Lockable" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Debug/" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-std=c++0x" />
|
|
|
|
<Add option="-Wextra" />
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add directory="../../include" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add library="/usr/lib/libpthread.so" />
|
2011-09-29 23:33:08 +00:00
|
|
|
<Add library="../../lib/GCC/Loki_D.a" />
|
2011-09-29 23:31:47 +00:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release">
|
|
|
|
<Option output="bin/Release/Lockable" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Release/" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O2" />
|
2011-09-29 23:33:08 +00:00
|
|
|
<Add option="-std=c++0x" />
|
|
|
|
<Add option="-std=c++98" />
|
|
|
|
<Add option="-Wextra" />
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add directory="../../include" />
|
2011-09-29 23:31:47 +00:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
2011-09-29 23:33:08 +00:00
|
|
|
<Add library="/usr/lib/libpthread.so" />
|
|
|
|
<Add library="../../lib/GCC/Loki.a" />
|
2011-09-29 23:31:47 +00:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="-fexceptions" />
|
|
|
|
</Compiler>
|
|
|
|
<Unit filename="ThreadPool.cpp" />
|
|
|
|
<Unit filename="ThreadPool.hpp" />
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<envvars />
|
|
|
|
<code_completion />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
<debugger />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|