diff options
author | Teravus Ovares (Dan Olivares) | 2009-08-05 02:42:52 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-08-05 02:42:52 -0400 |
commit | 31b60731497b21c163aa4058cada258e54deb835 (patch) | |
tree | fe6e7661970921a48448b73e7972fbeafb5d3174 /bin/OpenMetaverse.dll | |
parent | minor format change (diff) | |
download | opensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.zip opensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.tar.gz opensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.tar.bz2 opensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.tar.xz |
* Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 target
* Hopefully this allows older mono versions to still work.
* A couple of points of note:
* TimeZoneInfo.. replaced with DateTime.UtcNow - TimeSpan.FromHours(7);
* HashSet<uint> replaced with Dictionary<uint,object>
* Force use of the managed version of ReaderWriterLockSlim (don't use the pre-processor defs)
Diffstat (limited to '')
-rw-r--r-- | bin/OpenMetaverse.dll | bin | 1622016 -> 1630208 bytes | |||
-rw-r--r-- | bin/OpenMetaverse.dll.config | 6 |
2 files changed, 2 insertions, 4 deletions
diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll index 88e8b49..6ec1b1c 100644 --- a/bin/OpenMetaverse.dll +++ b/bin/OpenMetaverse.dll | |||
Binary files differ | |||
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config index 3c4a64a..df20690 100644 --- a/bin/OpenMetaverse.dll.config +++ b/bin/OpenMetaverse.dll.config | |||
@@ -1,5 +1,3 @@ | |||
1 | <?xml version="1.0"?> | ||
1 | <configuration> | 2 | <configuration> |
2 | <dllmap os="osx" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib" /> | 3 | <startup><supportedRuntime version="v2.0.50727"/></startup></configuration> |
3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64" /> | ||
4 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" /> | ||
5 | </configuration> | ||