diff options
author | Robert Adams | 2013-11-13 16:10:25 -0800 |
---|---|---|
committer | Robert Adams | 2013-11-13 16:10:25 -0800 |
commit | d67236c09defcde8e625ddc5e31f077c09ca604d (patch) | |
tree | 1946e4ffff2a8f64cbc69d0402449fc48c578292 /runprebuild.sh | |
parent | varregion: extend TerrainModule to use the region size from RegionInfo (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-d67236c09defcde8e625ddc5e31f077c09ca604d.zip opensim-SC_OLD-d67236c09defcde8e625ddc5e31f077c09ca604d.tar.gz opensim-SC_OLD-d67236c09defcde8e625ddc5e31f077c09ca604d.tar.bz2 opensim-SC_OLD-d67236c09defcde8e625ddc5e31f077c09ca604d.tar.xz |
Merge branch 'master' into varregion
Diffstat (limited to 'runprebuild.sh')
-rwxr-xr-x | runprebuild.sh | 12 |
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 | |||
41 | esac | 32 | esac |
42 | |||