aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/runprebuild.sh
diff options
context:
space:
mode:
authorBlueWall2012-07-26 21:34:33 -0400
committerBlueWall2012-07-26 21:34:33 -0400
commitf4bae34283137268e4dce2d6e00cd8df962ce6d4 (patch)
tree26d9466a45e1f1728d0fb218ee4bc33dde25a9aa /runprebuild.sh
parentadd clean task to reuprebuild.sh (diff)
downloadopensim-SC_OLD-f4bae34283137268e4dce2d6e00cd8df962ce6d4.zip
opensim-SC_OLD-f4bae34283137268e4dce2d6e00cd8df962ce6d4.tar.gz
opensim-SC_OLD-f4bae34283137268e4dce2d6e00cd8df962ce6d4.tar.bz2
opensim-SC_OLD-f4bae34283137268e4dce2d6e00cd8df962ce6d4.tar.xz
Add target switches
./runprebuild.sh vs2008/vs2010 to set the target
Diffstat (limited to 'runprebuild.sh')
-rwxr-xr-xrunprebuild.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/runprebuild.sh b/runprebuild.sh
index 98bfcb3..e68c481 100755
--- a/runprebuild.sh
+++ b/runprebuild.sh
@@ -8,6 +8,17 @@ case "$1" in
8 8
9 ;; 9 ;;
10 10
11
12 'vs2010')
13
14 mono bin/Prebuild.exe /target vs2010
15
16 ;;
17
18 'vs2008')
19 mono bin/Prebuild.exe /target vs2008
20 ;;
21
11 *) 22 *)
12 23
13 mono bin/Prebuild.exe /target nant 24 mono bin/Prebuild.exe /target nant