95 lines
2.5 KiB
XML
95 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="basic-geometry" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="bin/Debug/basic-geometry" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="" />
|
|
<Option object_output="obj/Debug/" />
|
|
<Option type="2" />
|
|
<Option compiler="gcc" />
|
|
<Option createDefFile="1" />
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="-g" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add library="c" />
|
|
<Add library="m" />
|
|
<LinkerExe value="CCompiler" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Release">
|
|
<Option output="bin/Release/basic-geometry" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="2" />
|
|
<Option compiler="gcc" />
|
|
<Option createDefFile="1" />
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-O2" />
|
|
<Add option="-s" />
|
|
<Add option="-static" />
|
|
<Add library="c" />
|
|
<Add library="m" />
|
|
<LinkerExe value="CCompiler" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Unit filename="angle.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="angle.h" />
|
|
<Unit filename="basic-geometry.h" />
|
|
<Unit filename="matrix2x2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="matrix2x2.h" />
|
|
<Unit filename="matrix2x3.h" />
|
|
<Unit filename="matrix3x2.h" />
|
|
<Unit filename="matrix3x3.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="matrix3x3.h" />
|
|
<Unit filename="matrixes.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="matrixes.h" />
|
|
<Unit filename="quaternion.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="quaternion.h" />
|
|
<Unit filename="rotation3.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="rotation3.h" />
|
|
<Unit filename="tangent.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="tangent.h" />
|
|
<Unit filename="utilities.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="utilities.h" />
|
|
<Unit filename="vector2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="vector2.h" />
|
|
<Unit filename="vector3.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="vector3.h" />
|
|
<Unit filename="versor.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="versor.h" />
|
|
<Extensions />
|
|
</Project>
|
|
</CodeBlocks_project_file>
|