Download this file
35 lines (30 with data), 1.3 kB
<?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="..\zlib\contrib\masmx86\inffas32.asm" overwrite="true" />
<copy file="inffas32.asm" tofile="..\zlib\inffas32.asm" overwrite="true" />
<nant target="build" buildfile="zlib.build" />
<nant target="build" buildfile="sqlite.build" />
<nant target="build" buildfile="gssapi.build" />
<nant target="build" buildfile="sasl.build" />
<nant target="build" buildfile="neon.build" />
<nant target="build" buildfile="serf.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.