libfixmath/libfixmath/libfixmath.cbp

74 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="libfixmath" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="dbg">
<Option output="libfixmath" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj\dbg\" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="rel">
<Option output="libfixmath" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj\rel\" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-fomit-frame-pointer" />
<Add option="-fexpensive-optimizations" />
<Add option="-O3" />
<Add option="-Wall" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-DFIXMATH_NO_CACHE" />
<Add option="-DFIXMATH_SIN_LUT" />
</Compiler>
<Unit filename="Makefile" />
<Unit filename="fix16.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="fix16.h" />
<Unit filename="fix16_exp.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="fix16_sqrt.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="fix16_trig.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="fixmath.h" />
<Unit filename="fract32.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="fract32.h" />
<Unit filename="uint32.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="uint32.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>