mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add target switches
./runprebuild.sh vs2008/vs2010 to set the target
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user