lpc21isp.cbp 1.4 KB

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