2015-03-30 14:50:10 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Tyro" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="clang" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Debug">
|
|
|
|
<Option output="bin/Debug/Tyro" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Debug/" />
|
|
|
|
<Option type="0" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wextra" />
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release">
|
|
|
|
<Option output="bin/Release/Tyro" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Release/" />
|
|
|
|
<Option type="0" />
|
|
|
|
<Option compiler="gccs" />
|
|
|
|
<Option projectLinkerOptionsRelation="2" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Os" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="`wx-config --cflags`" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2015-03-31 13:42:41 -04:00
|
|
|
<Add option="`wx-config --libs all`" />
|
2015-03-30 14:50:10 -04:00
|
|
|
</Linker>
|
2015-03-31 16:43:42 -04:00
|
|
|
<Unit filename="src/TyroApp.cpp" />
|
|
|
|
<Unit filename="src/TyroApp.h" />
|
2015-04-01 10:11:56 -04:00
|
|
|
<Unit filename="src/Main.cpp" />
|
|
|
|
<Unit filename="src/Main.h" />
|
2015-03-30 14:50:10 -04:00
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<debugger />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|