forked from virtualagc/virtualagc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateAGC-top.cbp
30 lines (30 loc) · 994 Bytes
/
templateAGC-top.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="@name@" />
<Option makefile_is_custom="1" />
<Option pch_mode="2" />
<Option compiler="agc_yayul_compiler" />
<Build>
<Target title="MAIN.agc.bin">
<Option output="MAIN.agc.bin" prefix_auto="0" extension_auto="0" />
<Option object_output="/home/virtualagc/VirtualAGC/Resources/source/@name@/.objs" />
<Option type="1" />
<Option compiler="agc_yayul_compiler" />
<Compiler>
<Add option="-g" />
</Compiler>
<MakeCommands>
<Build command="$make $target" />
<CompileFile command="$make" />
<Clean command="$make clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q" />
<SilentBuild command="$make $target > $(CMD_NULL)" />
</MakeCommands>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>