Add target switches

./runprebuild.sh vs2008/vs2010 to set the target
0.7.4.1
BlueWall 2012-07-26 21:34:33 -04:00
parent faf250df2d
commit f4bae34283
1 changed files with 11 additions and 0 deletions

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