Add autoclean for scripted use

./runprebuild.sh autoclean - cleans projects w/o prompting
0.7.4.1
BlueWall 2012-07-26 21:39:53 -04:00
parent f4bae34283
commit 6ee17f5b36
1 changed files with 13 additions and 0 deletions

View File

@ -9,21 +9,34 @@ case "$1" in
;; ;;
'autoclean')
echo y|mono bin/Prebuild.exe /clean
;;
'vs2010') 'vs2010')
mono bin/Prebuild.exe /target vs2010 mono bin/Prebuild.exe /target vs2010
;; ;;
'vs2008') 'vs2008')
mono bin/Prebuild.exe /target vs2008 mono bin/Prebuild.exe /target vs2008
;; ;;
*) *)
mono bin/Prebuild.exe /target nant mono bin/Prebuild.exe /target nant
mono bin/Prebuild.exe /target vs2008 mono bin/Prebuild.exe /target vs2008
;; ;;
esac esac