I don't know WHY this fixes it but it does
parent
ff5c1bd3bb
commit
679b4c5ccd
|
@ -9,12 +9,14 @@ printf "Getting fresh source tree from SVN..."
|
||||||
svn checkout $1 build
|
svn checkout $1 build
|
||||||
|
|
||||||
printf "Updating templates..."
|
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..."
|
printf "Running prebuild..."
|
||||||
cd build
|
cd build
|
||||||
mono bin/Prebuild.exe /target nant
|
mono bin/Prebuild.exe /target nant
|
||||||
|
|
||||||
printf "Doing the build..."
|
printf "Doing the build..."
|
||||||
nant
|
nant -buildfile:OpenSim.build
|
||||||
|
mono bin/Prebuild.exe /target nant
|
||||||
|
nant -buildfile:OpenGridServices.build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue