From f4bae34283137268e4dce2d6e00cd8df962ce6d4 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Thu, 26 Jul 2012 21:34:33 -0400 Subject: Add target switches ./runprebuild.sh vs2008/vs2010 to set the target --- runprebuild.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'runprebuild.sh') diff --git a/runprebuild.sh b/runprebuild.sh index 98bfcb3..e68c481 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -8,6 +8,17 @@ case "$1" in ;; + + 'vs2010') + + mono bin/Prebuild.exe /target vs2010 + + ;; + + 'vs2008') + mono bin/Prebuild.exe /target vs2008 + ;; + *) mono bin/Prebuild.exe /target nant -- cgit v1.1