diff options
author | McCabe Maxsted | 2010-08-17 19:55:57 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:22:25 -0700 |
commit | 85ec0f9aa579230929dde77f2462ef35e3fd8a62 (patch) | |
tree | 3c57d37d260752f3f894debd04cc272c940242a5 /linden | |
parent | Revert increased ToolTipDelay now that the tooltip bug has been (mostly) fixed (diff) | |
download | meta-impy-85ec0f9aa579230929dde77f2462ef35e3fd8a62.zip meta-impy-85ec0f9aa579230929dde77f2462ef35e3fd8a62.tar.gz meta-impy-85ec0f9aa579230929dde77f2462ef35e3fd8a62.tar.bz2 meta-impy-85ec0f9aa579230929dde77f2462ef35e3fd8a62.tar.xz |
Commented out SLVoiceAgent.app from viewer_manifest.py since it's no longer used
Diffstat (limited to 'linden')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index ace6173..b3dbbcd 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -691,7 +691,7 @@ class DarwinManifest(ViewerManifest): | |||
691 | self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib") | 691 | self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib") |
692 | self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") | 692 | self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") |
693 | self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") | 693 | self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") |
694 | self.path("vivox-runtime/universal-darwin/SLVoiceAgent.app", "SLVoiceAgent.app") | 694 | #self.path("vivox-runtime/universal-darwin/SLVoiceAgent.app", "SLVoiceAgent.app") |
695 | 695 | ||
696 | #libfmodwrapper.dylib | 696 | #libfmodwrapper.dylib |
697 | #self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib") | 697 | #self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib") |