aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/dobuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'releng/dobuild.sh')
-rwxr-xr-xreleng/dobuild.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/releng/dobuild.sh b/releng/dobuild.sh
index 0fbb979..dd324d8 100755
--- a/releng/dobuild.sh
+++ b/releng/dobuild.sh
@@ -9,12 +9,14 @@ printf "Getting fresh source tree from SVN..."
9svn checkout $1 build 9svn checkout $1 build
10 10
11printf "Updating templates..." 11printf "Updating templates..."
12./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim.RegionServer/VersionInfo.cs 12./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim/OpenSim.RegionServer/VersionInfo.cs
13 13
14printf "Running prebuild..." 14printf "Running prebuild..."
15cd build 15cd build
16mono bin/Prebuild.exe /target nant 16mono bin/Prebuild.exe /target nant
17 17
18printf "Doing the build..." 18printf "Doing the build..."
19nant 19nant -buildfile:OpenSim.build
20mono bin/Prebuild.exe /target nant
21nant -buildfile:OpenGridServices.build
20 22