diff options
author | Teravus Ovares (Dan Olivares) | 2010-10-13 20:26:46 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2010-10-13 20:26:46 -0400 |
commit | 1a57c658107c4a0a079f74e3efe1cdd44c36d06d (patch) | |
tree | 4cb89945d1e8dfc60b6714fa2259e9c8dd209b10 /bin/OpenMetaverse.dll.config | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC_OLD-1a57c658107c4a0a079f74e3efe1cdd44c36d06d.zip opensim-SC_OLD-1a57c658107c4a0a079f74e3efe1cdd44c36d06d.tar.gz opensim-SC_OLD-1a57c658107c4a0a079f74e3efe1cdd44c36d06d.tar.bz2 opensim-SC_OLD-1a57c658107c4a0a079f74e3efe1cdd44c36d06d.tar.xz |
* Normalizing endlines so git stops complaining about them being inconsistent.
* People will hate me for updating OpenSimDefaults.. but meh. Gotta be done or git is unhappy.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenMetaverse.dll.config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config index dc36a45..13fdc11 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="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-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="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="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="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" /> |
7 | </configuration> | 7 | </configuration> |