rtems-hello.cbp
44 lines
| 1.3 KiB
| text/plain
|
TextLexer
/ rtems-hello / rtems-hello.cbp
paul
|
r0 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||||
<FileVersion major="1" minor="6" /> | ||||
<Project> | ||||
<Option title="rtems-hello" /> | ||||
<Option pch_mode="2" /> | ||||
<Option compiler="sparc_rtems_gcc" /> | ||||
<Build> | ||||
<Target title="Debug"> | ||||
<Option output="bin\Debug\rtems-hello" prefix_auto="1" extension_auto="1" /> | ||||
<Option object_output="obj\Debug\" /> | ||||
<Option type="1" /> | ||||
<Option compiler="sparc_rtems_gcc" /> | ||||
<Compiler> | ||||
<Add option="-g" /> | ||||
<Add directory="C:\opt\rtems-4.10-mingw\src\samples" /> | ||||
<Add directory="C:\opt\rtems-4.10-mingw\sparc-rtems\leon3\lib\include" /> | ||||
</Compiler> | ||||
</Target> | ||||
<Target title="Release"> | ||||
<Option output="bin\Release\rtems-hello" prefix_auto="1" extension_auto="1" /> | ||||
<Option object_output="obj\Release\" /> | ||||
<Option type="1" /> | ||||
<Option compiler="sparc_rtems_gcc" /> | ||||
<Compiler> | ||||
<Add option="-O2" /> | ||||
</Compiler> | ||||
<Linker> | ||||
<Add option="-s" /> | ||||
</Linker> | ||||
</Target> | ||||
</Build> | ||||
<Compiler> | ||||
<Add option="-Wall" /> | ||||
</Compiler> | ||||
<Unit filename="..\..\..\..\GAISLER\C\rtems-hello\rtems-hello.c"> | ||||
<Option compilerVar="CC" /> | ||||
</Unit> | ||||
<Extensions> | ||||
<code_completion /> | ||||
<debugger /> | ||||
</Extensions> | ||||
</Project> | ||||
</CodeBlocks_project_file> | ||||