diff options
author | Justin Clark-Casey (justincc) | 2013-11-08 21:13:05 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-11-08 21:13:05 +0000 |
commit | ea9e96dd50d22e5e1003b675c4148d59df7ec989 (patch) | |
tree | daf3d96e219b1f4c91c105f738e0467350fb1a69 /runprebuild2010.bat | |
parent | minor: Make PID file example in Robust.HG.ini more meaningful as is now the c... (diff) | |
download | opensim-SC_OLD-ea9e96dd50d22e5e1003b675c4148d59df7ec989.zip opensim-SC_OLD-ea9e96dd50d22e5e1003b675c4148d59df7ec989.tar.gz opensim-SC_OLD-ea9e96dd50d22e5e1003b675c4148d59df7ec989.tar.bz2 opensim-SC_OLD-ea9e96dd50d22e5e1003b675c4148d59df7ec989.tar.xz |
Update OpenSimulator to use .NET 4.0
This allows region modules to register script functions that have more than a couple of arguments.
It also allows OpenSimulator code to use the feature and syntax additions that came with .NET 4.0
Windows users will need to install Microsoft .NET 4 framework if they have not done so already.
Windows C# Express 2010 also becomes the minimum IDE for build, so runprebuild.bat now generates a 2010 solution and runprebuild2010.bat goes away
Official minimum mono version becomes 2.10.8.1. OpenSimulator will probably work with 2.8 later but this is not guaranteed.
Diffstat (limited to '')
-rwxr-xr-x | runprebuild2010.bat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runprebuild2010.bat b/runprebuild2010.bat deleted file mode 100755 index 8c832b3..0000000 --- a/runprebuild2010.bat +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | bin\Prebuild.exe /target vs2010 | ||
2 | echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild OpenSim.sln > compile.bat | ||