discount.cbp 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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="discount" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="discount" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="obj/Debug/" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Option use_console_runner="0" />
  15. <Compiler>
  16. <Add option="-Wall" />
  17. <Add option="-g" />
  18. </Compiler>
  19. </Target>
  20. <Target title="Release">
  21. <Option output="discount" prefix_auto="1" extension_auto="1" />
  22. <Option object_output="obj/Release/" />
  23. <Option type="1" />
  24. <Option compiler="gcc" />
  25. <Option use_console_runner="0" />
  26. <Compiler>
  27. <Add option="-O2" />
  28. <Add option="-Wall" />
  29. </Compiler>
  30. <Linker>
  31. <Add option="-s" />
  32. </Linker>
  33. </Target>
  34. </Build>
  35. <Compiler>
  36. <Add option="-Wall" />
  37. <Add option="-g" />
  38. <Add directory="../discount" />
  39. </Compiler>
  40. <Linker>
  41. <Add library="discount" />
  42. <Add directory="../discount-2.1.2" />
  43. </Linker>
  44. <Unit filename="main.c">
  45. <Option compilerVar="CC" />
  46. </Unit>
  47. <Unit filename="mkdio.h" />
  48. <Unit filename="pgm_options.c">
  49. <Option compilerVar="CC" />
  50. </Unit>
  51. <Unit filename="pgm_options.h" />
  52. <Extensions>
  53. <code_completion />
  54. <debugger />
  55. <envvars />
  56. </Extensions>
  57. </Project>
  58. </CodeBlocks_project_file>