Add target switches

./runprebuild.sh vs2008/vs2010 to set the target
This commit is contained in:
BlueWall
2012-07-26 21:34:33 -04:00
parent faf250df2d
commit f4bae34283

View File

@@ -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