diff options
author | Justin Clark-Casey (justincc) | 2012-12-07 00:53:47 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-12-07 00:53:47 +0000 |
commit | 4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b (patch) | |
tree | 1b6caf8b4ea59add539d889252953a0748675cc9 /bin/OpenMetaverse.dll.config | |
parent | Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the ai... (diff) | |
parent | BulletSim: update DLLs and SOs with vehicle collision event check (diff) | |
download | opensim-SC-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.zip opensim-SC-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.tar.gz opensim-SC-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.tar.bz2 opensim-SC-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | bin/OpenMetaverse.dll.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config index b67da5f..f5423b2 100644 --- a/bin/OpenMetaverse.dll.config +++ b/bin/OpenMetaverse.dll.config | |||
@@ -1,5 +1,5 @@ | |||
1 | <configuration> | 1 | <configuration> |
2 | <dllmap os="osx" dll="openjpeg-dotnet.dll" target="lib64/libopenjpeg-dotnet-2.1.5.0-dotnet-1.dylib" /> | 2 | <dllmap os="osx" dll="openjpeg-dotnet.dll" target="lib64/libopenjpeg-dotnet.dylib" /> |
3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="lib64/libopenjpeg-dotnet-x86_64" /> | 3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="lib64/libopenjpeg-dotnet-x86_64" /> |
4 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="lib32/libopenjpeg-dotnet" /> | 4 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="lib32/libopenjpeg-dotnet" /> |
5 | </configuration> | 5 | </configuration> |