aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/runprebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xrunprebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runprebuild.sh b/runprebuild.sh
index 8c18db6..011936e 100755
--- a/runprebuild.sh
+++ b/runprebuild.sh
@@ -18,14 +18,14 @@ case "$1" in
18 18
19 'vs2010') 19 'vs2010')
20 20
21 mono bin/Prebuild.exe /target vs2010 21 mono bin/Prebuild.exe /target vs2015
22 22
23 ;; 23 ;;
24 24
25 *) 25 *)
26 26
27 mono bin/Prebuild.exe /target nant 27 mono bin/Prebuild.exe /target nant
28 mono bin/Prebuild.exe /target vs2010 28 mono bin/Prebuild.exe /target vs2015
29 29
30 ;; 30 ;;
31 31