diff options
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 | |||