aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/runprebuild.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-03 21:44:39 +1000
committerDavid Walter Seikel2016-11-03 21:44:39 +1000
commit134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch)
tree216b89d3fb89acfb81be1e440c25c41ab09fa96d /runprebuild.sh
parentMore changing to production grid. Double oops. (diff)
downloadopensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip
opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz
opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2
opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to 'runprebuild.sh')
-rwxr-xr-xrunprebuild.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/runprebuild.sh b/runprebuild.sh
index d276edb..8c18db6 100755
--- a/runprebuild.sh
+++ b/runprebuild.sh
@@ -22,21 +22,11 @@ case "$1" in
22 22
23 ;; 23 ;;
24 24
25
26 'vs2008')
27
28 mono bin/Prebuild.exe /target vs2008
29
30 ;;
31
32
33 *) 25 *)
34 26
35 mono bin/Prebuild.exe /target nant 27 mono bin/Prebuild.exe /target nant
36 mono bin/Prebuild.exe /target vs2008 28 mono bin/Prebuild.exe /target vs2010
37 29
38 ;; 30 ;;
39 31
40
41esac 32esac
42