From 6ee17f5b36a8f19603ab28acdc52f4cbb882c202 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Thu, 26 Jul 2012 21:39:53 -0400 Subject: Add autoclean for scripted use ./runprebuild.sh autoclean - cleans projects w/o prompting --- runprebuild.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'runprebuild.sh') diff --git a/runprebuild.sh b/runprebuild.sh index e68c481..d276edb 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -9,21 +9,34 @@ case "$1" in ;; + 'autoclean') + + echo y|mono bin/Prebuild.exe /clean + + ;; + + 'vs2010') mono bin/Prebuild.exe /target vs2010 ;; + 'vs2008') + mono bin/Prebuild.exe /target vs2008 + ;; + *) mono bin/Prebuild.exe /target nant mono bin/Prebuild.exe /target vs2008 + ;; + esac -- cgit v1.1