Menu

[r55]: / trunk / ext / build / default.build  Maximize  Restore  History

Download this file

31 lines (26 with data), 993 Bytes

<?xml version="1.0"?>
<project name="SubversionLib" default="build">

<!-- ====================================================================== -->
<!-- Project targets														-->
<!-- ====================================================================== -->
	<target name="clean">
		<description>
			Cleans every subproject.
		</description>
		<nant target="clean">
			<buildfiles>
				<include name="*.build" />
				<exclude name="default.build" />
			</buildfiles>
		</nant>
	</target>

	<target name="build">
		<nant target="build" buildfile="apr.build" />
		<nant target="build" buildfile="aprutil.build" />

		<copy file="inffas32.asm" tofile="..\..\common\zlib\contrib\masmx86\inffas32.asm" overwrite="true" />
		<copy file="inffas32.asm" tofile="..\..\common\zlib\inffas32.asm" overwrite="true" />		
		<nant target="build" buildfile="zlib.build" />
		<nant target="build" buildfile="neon.build" />
		<nant target="build" buildfile="subversion.build" />
	</target>

</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.