mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
This commit is contained in:
BIN
bin/OpenMetaverse.dll
Executable file
BIN
bin/OpenMetaverse.dll
Executable file
Binary file not shown.
5
bin/OpenMetaverse.dll.config
Normal file
5
bin/OpenMetaverse.dll.config
Normal file
@@ -0,0 +1,5 @@
|
||||
<configuration>
|
||||
<dllmap os="osx" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0.dylib" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-x86_64" />
|
||||
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0" />
|
||||
</configuration>
|
||||
BIN
bin/OpenMetaverseTypes.dll
Executable file
BIN
bin/OpenMetaverseTypes.dll
Executable file
Binary file not shown.
BIN
bin/libopenjpeg-dotnet-2.1.3.0-x86_64.so
Executable file
BIN
bin/libopenjpeg-dotnet-2.1.3.0-x86_64.so
Executable file
Binary file not shown.
BIN
bin/libopenjpeg-dotnet-2.1.3.0.dylib
Executable file
BIN
bin/libopenjpeg-dotnet-2.1.3.0.dylib
Executable file
Binary file not shown.
BIN
bin/libopenjpeg-dotnet-2.1.3.0.so
Executable file
BIN
bin/libopenjpeg-dotnet-2.1.3.0.so
Executable file
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
<configuration>
|
||||
<dllmap os="osx" dll="openjpeg-libsl.dll" target="libopenjpeg-libsl-2.1.2.0.dylib" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-libsl.dll" target="./libopenjpeg-libsl-2.1.2.0-x86_64.so" />
|
||||
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-libsl.dll" target="./libopenjpeg-libsl-2.1.2.0.so" />
|
||||
</configuration>
|
||||
|
||||
BIN
bin/openjpeg-dotnet.dll
Executable file
BIN
bin/openjpeg-dotnet.dll
Executable file
Binary file not shown.
Reference in New Issue
Block a user