From 5192443020db21e59c214180e94a5fce1dae6c37 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 19 Jul 2019 09:42:06 +1000 Subject: Fix up prebuild stuff. --- runprebuild.sh | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'runprebuild.sh') diff --git a/runprebuild.sh b/runprebuild.sh index 8c18db6..a6d312f 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -3,30 +3,29 @@ case "$1" in 'clean') - mono bin/Prebuild.exe /clean - ;; - 'autoclean') - echo y|mono bin/Prebuild.exe /clean + ;; + 'mono') + mono bin/Prebuild.exe /target monodev ;; + 'nant') + mono bin/Prebuild.exe /target nant + ;; 'vs2010') - mono bin/Prebuild.exe /target vs2010 - ;; *) - + mono bin/Prebuild.exe /target monodev mono bin/Prebuild.exe /target nant mono bin/Prebuild.exe /target vs2010 - ;; esac -- cgit v1.1