diff options
author | Justin Clark-Casey (justincc) | 2012-02-25 04:26:32 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-25 04:26:32 +0000 |
commit | 4a5f9fe6a20a17917da4a55f043aed5f161ec025 (patch) | |
tree | 550ef0bdd4fd55fe3f9d4ff21df38bbc5caf3686 /bin/OpenMetaverse.dll.config | |
parent | Remove some more unused Bullet libraries. (diff) | |
download | opensim-SC-4a5f9fe6a20a17917da4a55f043aed5f161ec025.zip opensim-SC-4a5f9fe6a20a17917da4a55f043aed5f161ec025.tar.gz opensim-SC-4a5f9fe6a20a17917da4a55f043aed5f161ec025.tar.bz2 opensim-SC-4a5f9fe6a20a17917da4a55f043aed5f161ec025.tar.xz |
Move libopenjpeg native libraries into lib32 and lib64 as appropriate.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenMetaverse.dll.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config index 13fdc11..e8c90a4 100644 --- a/bin/OpenMetaverse.dll.config +++ b/bin/OpenMetaverse.dll.config | |||
@@ -1,7 +1,7 @@ | |||
1 | <configuration> | 1 | <configuration> |
2 | <dllmap os="osx" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib" /> | 2 | <dllmap os="osx" dll="openjpeg-dotnet.dll" target="lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib" /> |
3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64" /> | 3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet.dll" target="lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64" /> |
4 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64" /> | 4 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64" /> |
5 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" /> | 5 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="lib32/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" /> |
6 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet-x86_64.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" /> | 6 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet-x86_64.dll" target="lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" /> |
7 | </configuration> | 7 | </configuration> |