diff options
author | Jeff Ames | 2008-03-25 02:10:54 +0000 |
---|---|---|
committer | Jeff Ames | 2008-03-25 02:10:54 +0000 |
commit | a2daccad5efcd8094a114281331dce7f01727f23 (patch) | |
tree | 453e2f237bfb8b52838e6a35c3e35d2d8a4c30d6 /runprebuild.sh | |
parent | Minor formatting / svn properties cleanup. (diff) | |
download | opensim-SC_OLD-a2daccad5efcd8094a114281331dce7f01727f23.zip opensim-SC_OLD-a2daccad5efcd8094a114281331dce7f01727f23.tar.gz opensim-SC_OLD-a2daccad5efcd8094a114281331dce7f01727f23.tar.bz2 opensim-SC_OLD-a2daccad5efcd8094a114281331dce7f01727f23.tar.xz |
Added monodevelop support to runprebuild.sh
Diffstat (limited to 'runprebuild.sh')
-rwxr-xr-x | runprebuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runprebuild.sh b/runprebuild.sh index 87ca4d5..d51cf3c 100755 --- a/runprebuild.sh +++ b/runprebuild.sh | |||
@@ -3,4 +3,5 @@ | |||
3 | mono bin/Prebuild.exe /target nant | 3 | mono bin/Prebuild.exe /target nant |
4 | # needed until we break up OpenSim.exe | 4 | # needed until we break up OpenSim.exe |
5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build | 5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build |
6 | mono bin/Prebuild.exe /target monodev | ||
6 | mono bin/Prebuild.exe /target vs2005 | 7 | mono bin/Prebuild.exe /target vs2005 |