aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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