I don't know WHY this fixes it but it does

zircon^2
gareth 2007-05-27 22:57:41 +00:00
parent ff5c1bd3bb
commit 679b4c5ccd
1 changed files with 4 additions and 2 deletions

View File

@ -9,12 +9,14 @@ printf "Getting fresh source tree from SVN..."
svn checkout $1 build
printf "Updating templates..."
./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim.RegionServer/VersionInfo.cs
./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim/OpenSim.RegionServer/VersionInfo.cs
printf "Running prebuild..."
cd build
mono bin/Prebuild.exe /target nant
printf "Doing the build..."
nant
nant -buildfile:OpenSim.build
mono bin/Prebuild.exe /target nant
nant -buildfile:OpenGridServices.build