From 664f27380c285763a91e7deeaf012e576c9ab668 Mon Sep 17 00:00:00 2001 From: Christian Goetze Date: Mon, 13 Apr 2009 21:03:44 +0000 Subject: merge -r116796:116932 svn+ssh://svn.lindenlab.com/svn/linden/branches/http-texture/http-texture-10 DEV-8668 (llkdu) DEV-30348 (set development default channel to LindenDeveloper) --- indra/cmake/Variables.cmake | 2 +- indra/newview/viewer_manifest.py | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'indra') diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index 5868e4d07e..2fbd5a3fb8 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -79,7 +79,7 @@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") set(GRID agni CACHE STRING "Target Grid") set(VIEWER ON CACHE BOOL "Build Second Life viewer.") -set(VIEWER_CHANNEL "Developer" CACHE STRING "Viewer Channel Name") +set(VIEWER_CHANNEL "LindenDeveloper" CACHE STRING "Viewer Channel Name") set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing") set(STANDALONE OFF CACHE BOOL "Do not use Linden-supplied prebuilt libraries.") diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index c79c2aedf1..bf2067968b 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -447,8 +447,15 @@ class DarwinManifest(ViewerManifest): self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") - # llkdu dynamic library - self.path("../../libraries/universal-darwin/lib_release/libllkdu.dylib", "libllkdu.dylib") + # need to get the kdu dll from any of the build directories as well + try: + self.path(self.find_existing_file('../llkdu/%s/libllkdu.dylib' % self.args['configuration'], + "../../libraries/universal-darwin/lib_release/libllkdu.dylib"), + dst='libllkdu.dylib') + pass + except: + print "Skipping libllkdu.dylib" + pass #libfmodwrapper.dylib self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib") -- cgit v1.2.3