aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-17 20:01:38 -0500
committerJacek Antonelli2008-10-17 20:01:38 -0500
commitfdf944fb0355249d73c4e25ee86e9ffd378e7d4b (patch)
tree2e5c51fe0e6d5757f984721e01cc097801d927e7 /linden/indra/newview/viewer_manifest.py
parentRebranded Windows-specific installer/support files. (diff)
parentUpdated source to SL version 1.21.6. (diff)
downloadmeta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.zip
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.gz
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.bz2
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.xz
Merge branch 'merge-1.21.6' into rebranding
Conflicts: linden/indra/newview/installers/windows/installer_template.nsi linden/indra/newview/llappviewer.cpp
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 2533e6a..1d9c1f7 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -618,6 +618,7 @@ class Linux_i686Manifest(LinuxManifest):
618 self.path("libaprutil-1.so.0") 618 self.path("libaprutil-1.so.0")
619 self.path("libdb-4.2.so") 619 self.path("libdb-4.2.so")
620 self.path("libcrypto.so.0.9.7") 620 self.path("libcrypto.so.0.9.7")
621 self.path("libexpat.so.1")
621 self.path("libssl.so.0.9.7") 622 self.path("libssl.so.0.9.7")
622# self.path("libstdc++.so.6") 623# self.path("libstdc++.so.6")
623 self.path("libuuid.so", "libuuid.so.1") 624 self.path("libuuid.so", "libuuid.so.1")