Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > f4c6d82570d6aeb5e9ac6aa8d8ddccb1 > files > 116

boo-0.9.4.9-6.mga5.noarch.rpm

<?xml version="1.0"?>
<project name="PerformTransaction macro" default="expand">

	<target name="expand" depends="compile-macro">
		<booc
			target="library"
			output="nothanks"
			pipeline="boo">
			
			<sources>
				<include name="MacroUsage.boo" />
			</sources>
			
			<references>
				<include name="Macros.dll" />
			</references>
		</booc>
	</target>
	
	<target name="compile-macro" depends="init">
		<booc target="library" output="Macros.dll">
			<sources>
				<include name="*Macro.boo" />
			</sources>
		</booc>
	</target>
	
	<target name="init">
		<loadtasks assembly="../../../build/Boo.NAnt.Tasks.dll" />
	</target>
	
</project>