swh:1:snp:63e2d142f91fc04ec33789d9d7bb85f3bef72e05
Raw File
Tip revision: 7a9ecb86ff67a3d695b32b6dd0f7365a42048516 authored by Ron Burkey on 30 December 2017, 02:10:37 UTC
Experimental stuff related to triggering 1201 or 1202 alarms on demand.
Tip revision: 7a9ecb8
templateAGC-top.cbp
<?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 &gt; $(CMD_NULL)" />
				</MakeCommands>
			</Target>
		</Build>
		<Compiler>
			<Add option="-Wall" />
		</Compiler>
back to top