diff options
Diffstat (limited to 'lpc21isp.cbp')
| -rw-r--r-- | lpc21isp.cbp | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/lpc21isp.cbp b/lpc21isp.cbp new file mode 100644 index 0000000..0069e37 --- /dev/null +++ b/lpc21isp.cbp @@ -0,0 +1,57 @@ +<?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> |
