mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Get runprebuild.sh to generate a vs2010 for xbuild to work with .NET 4 rather than vs2008
At least since 2009, Monodevelop has been able to load vs2010 files as well
This commit is contained in:
@@ -22,21 +22,11 @@ case "$1" in
|
||||
|
||||
;;
|
||||
|
||||
|
||||
'vs2008')
|
||||
|
||||
mono bin/Prebuild.exe /target vs2008
|
||||
|
||||
;;
|
||||
|
||||
|
||||
*)
|
||||
|
||||
mono bin/Prebuild.exe /target nant
|
||||
mono bin/Prebuild.exe /target vs2008
|
||||
mono bin/Prebuild.exe /target vs2010
|
||||
|
||||
;;
|
||||
|
||||
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user