diff options
author | Sean Dague | 2009-08-07 10:54:40 -0400 |
---|---|---|
committer | Sean Dague | 2009-08-07 10:54:40 -0400 |
commit | f4cd3d8d0f6637eb5414149845c75704d718f6e0 (patch) | |
tree | 3f8100d3a868475a9f1edec05b2ded6d81d92ce8 | |
parent | * Implements MRM's Stop() interface member. (diff) | |
download | opensim-SC_OLD-f4cd3d8d0f6637eb5414149845c75704d718f6e0.zip opensim-SC_OLD-f4cd3d8d0f6637eb5414149845c75704d718f6e0.tar.gz opensim-SC_OLD-f4cd3d8d0f6637eb5414149845c75704d718f6e0.tar.bz2 opensim-SC_OLD-f4cd3d8d0f6637eb5414149845c75704d718f6e0.tar.xz |
add stanzas for s390x and ppc64 so that if you build these libraries,
and name them correctly, opensim will pick them up.
-rw-r--r-- | bin/OpenMetaverse.dll.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config index 356b6a7..489ee6b 100644 --- a/bin/OpenMetaverse.dll.config +++ b/bin/OpenMetaverse.dll.config | |||
@@ -2,4 +2,6 @@ | |||
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="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="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" /> | 4 | <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1" /> |
5 | <dllmap os="!windows,osx" cpu="s390x" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-s390x" /> | ||
6 | <dllmap os="!windows,osx" cpu="ppc64" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-ppc64" /> | ||
5 | </configuration> | 7 | </configuration> |