diff options
author | Adam Frisby | 2008-04-23 05:43:18 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-23 05:43:18 +0000 |
commit | ede5f5d4cb474a6e9d370637beaae250846f421f (patch) | |
tree | 5389a303f7d35539e9fcea0877e77d40950df734 | |
parent | * Committing an 'autobuild.sh' script for our CI server. Others may find this... (diff) | |
download | opensim-SC_OLD-ede5f5d4cb474a6e9d370637beaae250846f421f.zip opensim-SC_OLD-ede5f5d4cb474a6e9d370637beaae250846f421f.tar.gz opensim-SC_OLD-ede5f5d4cb474a6e9d370637beaae250846f421f.tar.bz2 opensim-SC_OLD-ede5f5d4cb474a6e9d370637beaae250846f421f.tar.xz |
* Tweaked autobuild.sh
-rw-r--r-- | autobuild.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/autobuild.sh b/autobuild.sh index c492203..5c2fd46 100644 --- a/autobuild.sh +++ b/autobuild.sh | |||
@@ -1,6 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | mono bin/Prebuild.exe /target nant | |
3 | mono bin/Prebuild.exe /target nant | 3 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build |
4 | # needed until we break up OpenSim.exe | 4 | nant |
5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build | 5 | |
6 | nant | ||