libfixmath.cbp 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <CodeBlocks_project_file>
  3. <FileVersion major="1" minor="6" />
  4. <Project>
  5. <Option title="libfixmath" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="dbg">
  10. <Option output="libfixmath" prefix_auto="1" extension_auto="1" />
  11. <Option working_dir="" />
  12. <Option object_output="obj\dbg\" />
  13. <Option type="2" />
  14. <Option compiler="gcc" />
  15. <Option createDefFile="1" />
  16. <Compiler>
  17. <Add option="-Wall" />
  18. <Add option="-g" />
  19. </Compiler>
  20. </Target>
  21. <Target title="rel">
  22. <Option output="libfixmath" prefix_auto="1" extension_auto="1" />
  23. <Option working_dir="" />
  24. <Option object_output="obj\rel\" />
  25. <Option type="2" />
  26. <Option compiler="gcc" />
  27. <Option createDefFile="1" />
  28. <Compiler>
  29. <Add option="-fomit-frame-pointer" />
  30. <Add option="-fexpensive-optimizations" />
  31. <Add option="-O3" />
  32. <Add option="-Wall" />
  33. </Compiler>
  34. <Linker>
  35. <Add option="-s" />
  36. </Linker>
  37. </Target>
  38. </Build>
  39. <Unit filename="Makefile" />
  40. <Unit filename="fix16.c">
  41. <Option compilerVar="CC" />
  42. </Unit>
  43. <Unit filename="fix16.h" />
  44. <Unit filename="fix16.hpp" />
  45. <Unit filename="fix16_exp.c">
  46. <Option compilerVar="CC" />
  47. </Unit>
  48. <Unit filename="fix16_sqrt.c">
  49. <Option compilerVar="CC" />
  50. </Unit>
  51. <Unit filename="fix16_trig.c">
  52. <Option compilerVar="CC" />
  53. </Unit>
  54. <Unit filename="fixmath.h" />
  55. <Unit filename="fract32.c">
  56. <Option compilerVar="CC" />
  57. </Unit>
  58. <Unit filename="fract32.h" />
  59. <Unit filename="int64.h" />
  60. <Unit filename="uint32.c">
  61. <Option compilerVar="CC" />
  62. </Unit>
  63. <Unit filename="uint32.h" />
  64. <Extensions>
  65. <code_completion />
  66. <envvars />
  67. <debugger />
  68. <lib_finder disable_auto="1" />
  69. </Extensions>
  70. </Project>
  71. </CodeBlocks_project_file>