Menu

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

Download this file

33 lines (28 with data), 1.1 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="..\..\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="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.