From ea9e96dd50d22e5e1003b675c4148d59df7ec989 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 8 Nov 2013 21:13:05 +0000 Subject: [PATCH] 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. --- README.md | 4 +- prebuild.xml | 200 ++++++++++++++++++++++---------------------- runprebuild.bat | 26 +++++- runprebuild2010.bat | 2 - 4 files changed, 126 insertions(+), 106 deletions(-) delete mode 100755 runprebuild2010.bat diff --git a/README.md b/README.md index 6309385df2..fb1e9216b3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ need to build OpenSim before running it. You will need .NET Framework 3.5 installed to run OpenSimulator. +You will need .NET 4.0 installed to run OpenSimulator. + We recommend that you run OpenSim from a command prompt on Windows in order to capture any errors. @@ -31,7 +33,7 @@ Now see the "Configuring OpenSim" section # Running OpenSim on Linux -You will need Mono >= 2.4.3 to run OpenSim. On some Linux distributions you +You will need Mono >= 2.10.8.1 to run OpenSimulator. On some Linux distributions you may need to install additional packages. See http://opensimulator.org/wiki/Dependencies for more information. diff --git a/prebuild.xml b/prebuild.xml index a5357da16d..de3b89bb46 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -34,7 +34,7 @@ - + ../../bin/ @@ -77,7 +77,7 @@ - + ../../bin/ @@ -113,7 +113,7 @@ - + ../../../bin/ @@ -141,7 +141,7 @@ - + ../../../bin/ @@ -168,7 +168,7 @@ - + ../../../../bin/ @@ -209,7 +209,7 @@ - + ../../../bin/ @@ -236,7 +236,7 @@ - + ../../../bin/ @@ -265,7 +265,7 @@ - + ../../bin/ @@ -295,7 +295,7 @@ - + ../../../../bin/ @@ -320,7 +320,7 @@ - + ../../../../bin/ @@ -347,7 +347,7 @@ - + ../../../../bin/ @@ -372,7 +372,7 @@ - + ../../../../bin/ @@ -398,7 +398,7 @@ - + ../../../../bin/ @@ -424,7 +424,7 @@ - + ../../../bin/ @@ -457,7 +457,7 @@ - + ../../../../bin/ @@ -485,7 +485,7 @@ - + ../../../../bin/Physics/ @@ -508,7 +508,7 @@ - + ../../../../bin/Physics/ @@ -531,7 +531,7 @@ - + ../../../../bin/Physics/ @@ -561,7 +561,7 @@ - + ../../../../bin/Physics/ @@ -592,7 +592,7 @@ - + ../../bin/ @@ -627,7 +627,7 @@ - + ../../../bin/ @@ -668,7 +668,7 @@ - + ../../../bin/ @@ -721,7 +721,7 @@ - + ../../../bin/ @@ -756,7 +756,7 @@ - + ../../../bin/ @@ -783,7 +783,7 @@ - + ../../../bin/ @@ -814,7 +814,7 @@ - + ../../../bin/ @@ -845,7 +845,7 @@ - + ../../../bin/ @@ -886,7 +886,7 @@ - + ../../../bin/ @@ -918,7 +918,7 @@ - + ../../../bin/ @@ -949,7 +949,7 @@ - + ../../../bin/ @@ -981,7 +981,7 @@ - + ../../../bin/ @@ -1013,7 +1013,7 @@ - + ../../../bin/ @@ -1047,7 +1047,7 @@ - + ../../../bin/ @@ -1078,7 +1078,7 @@ - + ../../../bin/ @@ -1109,7 +1109,7 @@ - + ../../../bin/ @@ -1144,7 +1144,7 @@ - + ../../../bin/ @@ -1177,7 +1177,7 @@ - + ../../../bin/ @@ -1215,7 +1215,7 @@ - + ../../../bin/ @@ -1245,7 +1245,7 @@ - + ../../../bin/ @@ -1281,7 +1281,7 @@ - + ../../../bin/ @@ -1321,7 +1321,7 @@ - + ../../../bin/ @@ -1362,7 +1362,7 @@ - + ../../bin/ @@ -1398,7 +1398,7 @@ - + ../../bin/ @@ -1431,7 +1431,7 @@ - + ../../../bin/ @@ -1466,7 +1466,7 @@ - + ../../../../../bin/ @@ -1512,7 +1512,7 @@ - + ../../../../../bin/ @@ -1556,7 +1556,7 @@ - + ../../../bin/ @@ -1623,7 +1623,7 @@ - + ../../../bin/ @@ -1661,7 +1661,7 @@ - + ../../../bin/ @@ -1719,7 +1719,7 @@ - + ../../../bin/ @@ -1747,7 +1747,7 @@ - + ../../../../bin/ @@ -1772,7 +1772,7 @@ - + ../../../../bin/Physics/ @@ -1811,7 +1811,7 @@ - + ../../../bin/ @@ -1856,7 +1856,7 @@ - + ../../../bin/ @@ -1891,7 +1891,7 @@ - + ../../../bin/ @@ -1921,7 +1921,7 @@ - + ../../../bin/ @@ -1963,7 +1963,7 @@ - + ../../../bin/ @@ -2000,7 +2000,7 @@ - + ../../../bin/ @@ -2039,7 +2039,7 @@ - + ../../../bin/ @@ -2073,7 +2073,7 @@ - + ../../../bin/ @@ -2109,7 +2109,7 @@ - + ../../../bin/ @@ -2151,7 +2151,7 @@ - + ../../../../bin/ @@ -2188,7 +2188,7 @@ - + ../../../../../../bin/ @@ -2221,7 +2221,7 @@ - + ../../../../../../../bin/ @@ -2253,7 +2253,7 @@ - + ../../../../../../bin/ @@ -2293,7 +2293,7 @@ - + ../../../../../bin/ @@ -2324,7 +2324,7 @@ - + ../../../../../bin/ @@ -2364,7 +2364,7 @@ - + ../../../../../../bin/ @@ -2398,7 +2398,7 @@ - + ../../../../bin/ @@ -2443,7 +2443,7 @@ - + ../../../bin/ @@ -2494,7 +2494,7 @@ - + ../../../bin/ @@ -2541,7 +2541,7 @@ - + ../../../bin/ @@ -2592,7 +2592,7 @@ - + ../../../bin/ @@ -2619,7 +2619,7 @@ - + ../../../bin/ @@ -2646,7 +2646,7 @@ - + ../../../bin/ @@ -2670,7 +2670,7 @@ - + ../../../../bin/ @@ -2697,7 +2697,7 @@ - + ../../../../bin/ @@ -2724,7 +2724,7 @@ - + ../../../../bin/ @@ -2751,7 +2751,7 @@ - + ../../../../bin/ @@ -2778,7 +2778,7 @@ - + ../../../../bin/ @@ -2806,7 +2806,7 @@ - + ../../../bin/ @@ -2853,7 +2853,7 @@ - + ../../bin/ @@ -2876,7 +2876,7 @@ - + ../../../../bin/ @@ -2919,7 +2919,7 @@ - + ../../../bin/ @@ -2969,7 +2969,7 @@ - + ../../../bin/ @@ -3011,7 +3011,7 @@ - + ../../../bin/ @@ -3042,7 +3042,7 @@ - + ../../../../bin/ @@ -3073,7 +3073,7 @@ - + ../../../../bin/ @@ -3103,7 +3103,7 @@ - + ../../../bin/ @@ -3182,7 +3182,7 @@ - + ../../../bin/ @@ -3243,7 +3243,7 @@ - + ../../../bin/ @@ -3303,7 +3303,7 @@ - + ../../../../../bin/ @@ -3340,7 +3340,7 @@ - + ../../../../../../bin/ @@ -3376,7 +3376,7 @@ - + ../../../bin/ @@ -3435,7 +3435,7 @@ TODO: this is kind of lame, we basically build a duplicate assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. --> - + ../../../../../bin/ @@ -3466,7 +3466,7 @@ - + ../../../../../bin/ @@ -3500,7 +3500,7 @@ - + ../../../bin/ @@ -3546,7 +3546,7 @@ - + ../../../bin/ @@ -3587,7 +3587,7 @@ - + ../../../bin/ diff --git a/runprebuild.bat b/runprebuild.bat index 8927e9a7ee..0fd7bbff4d 100755 --- a/runprebuild.bat +++ b/runprebuild.bat @@ -1,4 +1,24 @@ -bin\Prebuild.exe /target nant -bin\Prebuild.exe /target vs2008 -echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat +@echo OFF +bin\Prebuild.exe /target nant +bin\Prebuild.exe /target vs2010 + +setlocal ENABLEEXTENSIONS +set KEY_NAME="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0" +set VALUE_NAME=MSBuildToolsPath + +FOR /F "usebackq skip=4 tokens=1-3" %%A IN (`REG QUERY %KEY_NAME% /v %VALUE_NAME% 2^>nul`) DO ( + set ValueName=%%A + set ValueType=%%B + set ValueValue=%%C +) + +if defined ValueName ( + @echo Value Name = %ValueName% + @echo Value Type = %ValueType% + @echo Value Value = %ValueValue% +) else ( + @echo %KEY_NAME%\%VALUE_NAME% not found. +) + +@echo %ValueValue%\msbuild opensim.sln > compile.bat diff --git a/runprebuild2010.bat b/runprebuild2010.bat deleted file mode 100755 index 8c832b3313..0000000000 --- a/runprebuild2010.bat +++ /dev/null @@ -1,2 +0,0 @@ -bin\Prebuild.exe /target vs2010 -echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild OpenSim.sln > compile.bat