diff options
author | gareth | 2007-05-27 22:57:41 +0000 |
---|---|---|
committer | gareth | 2007-05-27 22:57:41 +0000 |
commit | 679b4c5ccd148c0ed3e07f3186c959c22079a25b (patch) | |
tree | 0b9133b56b07e3a2cb507b29c8b761c535c358db /releng | |
parent | FIXED THE TRUNK! (diff) | |
download | opensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.zip opensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.tar.gz opensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.tar.bz2 opensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.tar.xz |
I don't know WHY this fixes it but it does
Diffstat (limited to 'releng')
-rwxr-xr-x | releng/dobuild.sh | 6 |
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..." | |||
9 | svn checkout $1 build | 9 | svn checkout $1 build |
10 | 10 | ||
11 | printf "Updating templates..." | 11 | printf "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 | ||
14 | printf "Running prebuild..." | 14 | printf "Running prebuild..." |
15 | cd build | 15 | cd build |
16 | mono bin/Prebuild.exe /target nant | 16 | mono bin/Prebuild.exe /target nant |
17 | 17 | ||
18 | printf "Doing the build..." | 18 | printf "Doing the build..." |
19 | nant | 19 | nant -buildfile:OpenSim.build |
20 | mono bin/Prebuild.exe /target nant | ||
21 | nant -buildfile:OpenGridServices.build | ||
20 | 22 | ||