swh:1:snp:92f3f585b9ae79620ad8c41a332d6329b31fd381
Raw File
Tip revision: 52901838ab640b21ad17cecf2eff21bd2a65565b authored by Mike Stewart on 22 September 2019, 06:57:09 UTC
Luminary 173: final cleanup and removal of incompletion warnings
Tip revision: 5290183
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