##// END OF EJS Templates
Last version before the start of the development phase.
Last version before the start of the development phase.

File last commit:

r0:452a68f7426f default
r1:5b73ba1b73eb default
Show More
FSW-rtems.cbp
49 lines | 1.3 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="FSW-rtems" />
<Option pch_mode="2" />
<Option compiler="sparc_rtems_gcc" />
<Build>
<Target title="Debug">
<Option output="bin\Debug\FSW-rtems" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Debug\" />
<Option type="1" />
<Option compiler="sparc_rtems_gcc" />
<Compiler>
<Add option="-O3" />
<Add option="-g" />
<Add directory="..\header" />
<Add directory="..\src" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin\Release\FSW-rtems" 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="..\header\FSW-rtems-processing.h" />
<Unit filename="..\src\FSW-rtems-processing.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\FSW-rtems.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>