aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:54 -0500
committerJacek Antonelli2008-08-15 23:44:54 -0500
commitb2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch)
tree3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/newview/viewer_manifest.py
parentSecond Life viewer sources 1.14.0.1 (diff)
downloadmeta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz
Second Life viewer sources 1.15.0.2
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 4c422e4..0c8ef60 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -6,6 +6,7 @@
6# 6#
7# Copyright (c) 2006-2007, Linden Research, Inc. 7# Copyright (c) 2006-2007, Linden Research, Inc.
8# 8#
9# Second Life Viewer Source Code
9# The source code in this file ("Source Code") is provided by Linden Lab 10# The source code in this file ("Source Code") is provided by Linden Lab
10# to you under the terms of the GNU General Public License, version 2.0 11# to you under the terms of the GNU General Public License, version 2.0
11# ("GPL"), unless you have obtained a separate licensing agreement 12# ("GPL"), unless you have obtained a separate licensing agreement
@@ -291,16 +292,13 @@ class DarwinManifest(ViewerManifest):
291 if self.prefix(src="", dst="Resources"): 292 if self.prefix(src="", dst="Resources"):
292 super(DarwinManifest, self).construct() 293 super(DarwinManifest, self).construct()
293 294
294 # the trial directory seems to be not used [rdw]
295 self.path('trial')
296
297 if self.prefix("cursors_mac"): 295 if self.prefix("cursors_mac"):
298 self.path("*.tif") 296 self.path("*.tif")
299 self.end_prefix("cursors_mac") 297 self.end_prefix("cursors_mac")
300 298
301 self.path("licenses-mac.txt", dst="licenses.txt") 299 self.path("licenses-mac.txt", dst="licenses.txt")
302 self.path("featuretable_mac.txt") 300 self.path("featuretable_mac.txt")
303 self.path("secondlife.icns") 301# self.path("secondlife.icns")
304 302
305 # llkdu dynamic library 303 # llkdu dynamic library
306# self.path("../../libraries/universal-darwin/lib_release/libllkdu.dylib", "libllkdu.dylib") 304# self.path("../../libraries/universal-darwin/lib_release/libllkdu.dylib", "libllkdu.dylib")