44 lines
1.3 KiB
XML
44 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="usr_code" />
|
|
<Option makefile_is_custom="1" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="deltatau_gcc_compiler" />
|
|
<MakeCommands>
|
|
<Build command="$make -f $makefile" />
|
|
<CompileFile command="$make -f $makefile $file" />
|
|
<Clean command="$make -f $makefile clean$target" />
|
|
<DistClean command="$make -f $makefile distclean$target" />
|
|
<AskRebuildNeeded command="$make -q -f $makefile $target" />
|
|
<SilentBuild command="$make -f $makefile > $(CMD_NULL)" />
|
|
</MakeCommands>
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="bin/Debug/usr_code" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Debug/" />
|
|
<Option type="1" />
|
|
<Option compiler="deltatau_gcc_compiler" />
|
|
</Target>
|
|
</Build>
|
|
<Unit filename="Makefile" />
|
|
<Unit filename="pp_proj.h" />
|
|
<Unit filename="usralgomain.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="usrcode.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="usrcode.h" />
|
|
<Unit filename="usrcode_template.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="usrcode_template.h" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<debugger />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|