blob: 1d540abf6a69a05e1d68f1434d6b1d4fcd7fa5dd (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" ?>
<project name="OpenSim" default="build">
<target name="cibuild">
<exec program="mono" commandline="bin/Prebuild.exe /target nant" />
<nant buildfile="OpenSim.build" target="build" />
<nant buildfile="OpenSim.build" target="dist" />
</target>
</project>
|