diff options
author | BlueWall | 2012-07-26 21:34:33 -0400 |
---|---|---|
committer | BlueWall | 2012-07-26 21:34:33 -0400 |
commit | f4bae34283137268e4dce2d6e00cd8df962ce6d4 (patch) | |
tree | 26d9466a45e1f1728d0fb218ee4bc33dde25a9aa | |
parent | add clean task to reuprebuild.sh (diff) | |
download | opensim-SC-f4bae34283137268e4dce2d6e00cd8df962ce6d4.zip opensim-SC-f4bae34283137268e4dce2d6e00cd8df962ce6d4.tar.gz opensim-SC-f4bae34283137268e4dce2d6e00cd8df962ce6d4.tar.bz2 opensim-SC-f4bae34283137268e4dce2d6e00cd8df962ce6d4.tar.xz |
Add target switches
./runprebuild.sh vs2008/vs2010 to set the target
-rwxr-xr-x | runprebuild.sh | 11 |
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 |