parent
faf250df2d
commit
f4bae34283
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue