Adding Code::Blocks project file to Loki.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@858 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
1c3d1574e9
commit
a4987de145
1 changed files with 48 additions and 0 deletions
48
test/OrderedStatic/OrderedStatic.cbp
Normal file
48
test/OrderedStatic/OrderedStatic.cbp
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<CodeBlocks_project_file>
|
||||||
|
<FileVersion major="1" minor="6" />
|
||||||
|
<Project>
|
||||||
|
<Option title="OrderedStatic" />
|
||||||
|
<Option compiler="cygwin" />
|
||||||
|
<Build>
|
||||||
|
<Target title="Debug">
|
||||||
|
<Option output="bin\Debug\OrderedStatic" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj\Debug\" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="cygwin" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add option="-g" />
|
||||||
|
<Add directory="..\..\include\loki" />
|
||||||
|
<Add directory="..\..\include" />
|
||||||
|
</Compiler>
|
||||||
|
<Linker>
|
||||||
|
<Add library="..\..\lib\Loki_D.a" />
|
||||||
|
</Linker>
|
||||||
|
</Target>
|
||||||
|
<Target title="Release">
|
||||||
|
<Option output="bin\Release\OrderedStatic" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj\Release\" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="cygwin" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-fexpensive-optimizations" />
|
||||||
|
<Add option="-Os" />
|
||||||
|
<Add option="-O3" />
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add directory="..\..\include\loki" />
|
||||||
|
<Add directory="..\..\include" />
|
||||||
|
</Compiler>
|
||||||
|
<Linker>
|
||||||
|
<Add library="..\..\lib\Loki.a" />
|
||||||
|
</Linker>
|
||||||
|
</Target>
|
||||||
|
</Build>
|
||||||
|
<Unit filename="main.cpp" />
|
||||||
|
<Extensions>
|
||||||
|
<code_completion />
|
||||||
|
<envvars />
|
||||||
|
<debugger />
|
||||||
|
</Extensions>
|
||||||
|
</Project>
|
||||||
|
</CodeBlocks_project_file>
|
Loading…
Add table
Add a link
Reference in a new issue