2008-06-26 06:51:40 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="LockingPtr" />
|
2011-09-20 23:19:14 +00:00
|
|
|
<Option compiler="cygwin" />
|
2008-06-26 06:51:40 +00:00
|
|
|
<Build>
|
2009-10-10 23:54:57 +00:00
|
|
|
<Target title="Debug_GCC">
|
2011-09-20 23:19:14 +00:00
|
|
|
<Option output="obj\Debug_GCC\LockingPtr" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj\Debug_GCC\" />
|
2009-10-10 23:54:57 +00:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
2011-09-20 22:34:24 +00:00
|
|
|
<Add option="-W" />
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add option="-g" />
|
|
|
|
<Add directory="..\..\include\loki" />
|
|
|
|
<Add directory="..\..\include" />
|
2009-10-10 23:54:57 +00:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add library="..\..\lib\GCC\Loki_D.a" />
|
2009-10-10 23:54:57 +00:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release_GCC">
|
2011-09-20 23:19:14 +00:00
|
|
|
<Option output="obj\Release_GCC\LockingPtr" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj\Release_GCC\" />
|
2009-10-10 23:54:57 +00:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-fexpensive-optimizations" />
|
|
|
|
<Add option="-Os" />
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-W" />
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add directory="..\..\include\loki" />
|
|
|
|
<Add directory="..\..\include" />
|
2009-10-10 23:54:57 +00:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add library="..\..\lib\GCC\Loki.a" />
|
2009-10-10 23:54:57 +00:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Debug_Cygwin">
|
2011-09-20 23:19:14 +00:00
|
|
|
<Option output="obj\Debug_Cygwin\LockingPtr" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj\Debug_Cygwin\" />
|
2008-06-26 06:51:40 +00:00
|
|
|
<Option type="1" />
|
2011-09-20 23:19:14 +00:00
|
|
|
<Option compiler="cygwin" />
|
2008-06-26 06:51:40 +00:00
|
|
|
<Compiler>
|
|
|
|
<Add option="-W" />
|
|
|
|
<Add option="-g" />
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add directory="..\..\include\loki" />
|
|
|
|
<Add directory="..\..\include" />
|
2008-06-26 06:51:40 +00:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add library="..\..\lib\Cygwin\Loki_D.a" />
|
2008-06-26 06:51:40 +00:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
2009-10-10 23:54:57 +00:00
|
|
|
<Target title="Release_Cygwin">
|
2011-09-20 23:19:14 +00:00
|
|
|
<Option output="obj\Release_Cygwin\LockingPtr" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj\Release_Cygwin\" />
|
2008-06-26 06:51:40 +00:00
|
|
|
<Option type="1" />
|
2011-09-20 23:19:14 +00:00
|
|
|
<Option compiler="cygwin" />
|
2008-06-26 06:51:40 +00:00
|
|
|
<Compiler>
|
|
|
|
<Add option="-fexpensive-optimizations" />
|
|
|
|
<Add option="-Os" />
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-W" />
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add directory="..\..\include\loki" />
|
|
|
|
<Add directory="..\..\include" />
|
2008-06-26 06:51:40 +00:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2011-09-20 23:19:14 +00:00
|
|
|
<Add library="..\..\lib\Cygwin\Loki.a" />
|
2008-06-26 06:51:40 +00:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Unit filename="Thread.h" />
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|