123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <CodeBlocks_project_file>
- <FileVersion major="1" minor="6" />
- <Project>
- <Option title="lpc21isp" />
- <Option pch_mode="2" />
- <Option compiler="gcc" />
- <Build>
- <Target title="Debug">
- <Option output="bin\Debug\lpc21isp" prefix_auto="1" extension_auto="1" />
- <Option object_output="obj\Debug\" />
- <Option type="1" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-g" />
- </Compiler>
- </Target>
- <Target title="Release">
- <Option output="bin\Release\lpc21isp" prefix_auto="1" extension_auto="1" />
- <Option object_output="obj\Release\" />
- <Option type="1" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-O2" />
- </Compiler>
- <Linker>
- <Add option="-s" />
- </Linker>
- </Target>
- </Build>
- <Compiler>
- <Add option="-Wall" />
- </Compiler>
- <Unit filename="adprog.c">
- <Option compilerVar="CC" />
- </Unit>
- <Unit filename="adprog.h" />
- <Unit filename="lpc21isp.c">
- <Option compilerVar="CC" />
- </Unit>
- <Unit filename="lpc21isp.h" />
- <Unit filename="lpcprog.c">
- <Option compilerVar="CC" />
- </Unit>
- <Unit filename="lpcprog.h" />
- <Unit filename="lpcterm.c">
- <Option compilerVar="CC" />
- </Unit>
- <Unit filename="lpcterm.h" />
- <Extensions>
- <code_completion />
- <envvars />
- <debugger />
- <lib_finder disable_auto="1" />
- </Extensions>
- </Project>
- </CodeBlocks_project_file>
|