aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:58 -0500
committerJacek Antonelli2008-08-15 23:44:58 -0500
commit089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch)
tree0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/viewer_manifest.py
parentSecond Life viewer sources 1.16.0.5 (diff)
downloadmeta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz
Second Life viewer sources 1.17.0.12
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 2f4eb7c..d22a7b5 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -148,6 +148,7 @@ class WindowsManifest(ViewerManifest):
148 148
149 # Mozilla runtime DLLs (CP) 149 # Mozilla runtime DLLs (CP)
150 if self.prefix(src="../../libraries/i686-win32/lib_release", dst=""): 150 if self.prefix(src="../../libraries/i686-win32/lib_release", dst=""):
151 self.path("freebl3.dll")
151 self.path("gksvggdiplus.dll") 152 self.path("gksvggdiplus.dll")
152 self.path("js3250.dll") 153 self.path("js3250.dll")
153 self.path("nspr4.dll") 154 self.path("nspr4.dll")
@@ -410,6 +411,7 @@ class Linux_i686Manifest(LinuxManifest):
410 self.end_prefix("res-sdl") 411 self.end_prefix("res-sdl")
411 412
412 self.path("featuretable_linux.txt") 413 self.path("featuretable_linux.txt")
414 self.path("secondlife-i686.supp")
413 415
414 self.path("app_settings/mozilla-runtime-linux-i686") 416 self.path("app_settings/mozilla-runtime-linux-i686")
415 417
@@ -431,6 +433,8 @@ class Linux_i686Manifest(LinuxManifest):
431 self.path("libelfio.so") 433 self.path("libelfio.so")
432 self.path("libuuid.so", "libuuid.so.1") 434 self.path("libuuid.so", "libuuid.so.1")
433 self.path("libSDL-1.2.so.0") 435 self.path("libSDL-1.2.so.0")
436 self.path("libtcmalloc.so.0")
437 self.path("libstacktrace.so.0")
434# self.path("libllkdu.so", "../bin/libllkdu.so") # llkdu goes in bin for some reason 438# self.path("libllkdu.so", "../bin/libllkdu.so") # llkdu goes in bin for some reason
435 self.end_prefix("lib") 439 self.end_prefix("lib")
436 440