diff options
author | McCabe Maxsted | 2010-08-12 15:44:48 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:20:27 -0700 |
commit | 2b3ad039791128f4633959347a751919b1ce21b8 (patch) | |
tree | 070124df4f7d307c1f6466f912cf277ec94273ae /linden/indra/newview/viewer_manifest.py | |
parent | Fixed crash when logging into a region with progress screens disabled (diff) | |
download | meta-impy-2b3ad039791128f4633959347a751919b1ce21b8.zip meta-impy-2b3ad039791128f4633959347a751919b1ce21b8.tar.gz meta-impy-2b3ad039791128f4633959347a751919b1ce21b8.tar.bz2 meta-impy-2b3ad039791128f4633959347a751919b1ce21b8.tar.xz |
Re-added voice in CopyWinLibs.cmake and viewer_manifest.py
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 6011ad7..a953927 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -284,20 +284,19 @@ class WindowsManifest(ViewerManifest): | |||
284 | # Mozilla hack to get it to accept newer versions of msvc*80.dll than are listed in manifest | 284 | # Mozilla hack to get it to accept newer versions of msvc*80.dll than are listed in manifest |
285 | # necessary as llmozlib2-vc80.lib refers to an old version of msvc*80.dll - can be removed when new version of llmozlib is built - Nyx | 285 | # necessary as llmozlib2-vc80.lib refers to an old version of msvc*80.dll - can be removed when new version of llmozlib is built - Nyx |
286 | # Vivox runtimes | 286 | # Vivox runtimes |
287 | #if self.prefix(src="vivox-runtime/i686-win32", dst=""): | 287 | if self.prefix(src="vivox-runtime/i686-win32", dst=""): |
288 | # self.path("alut.dll") | 288 | # self.path("alut.dll") |
289 | # self.path("wrap_oal.dll") | 289 | self.path("wrap_oal.dll") |
290 | 290 | self.path("SLVoice.exe") | |
291 | # self.path("SLVoice.exe") | ||
292 | # self.path("SLVoiceAgent.exe") | 291 | # self.path("SLVoiceAgent.exe") |
293 | # self.path("libeay32.dll") | 292 | # self.path("libeay32.dll") |
294 | # self.path("srtp.dll") | 293 | # self.path("srtp.dll") |
295 | # self.path("ssleay32.dll") | 294 | # self.path("ssleay32.dll") |
296 | # self.path("tntk.dll") | 295 | self.path("tntk.dll") |
297 | # self.path("vivoxsdk.dll") | 296 | self.path("vivoxsdk.dll") |
298 | # self.path("ortp.dll") | 297 | self.path("ortp.dll") |
299 | 298 | ||
300 | # self.end_prefix() | 299 | self.end_prefix() |
301 | 300 | ||
302 | # Gstreamer plugins | 301 | # Gstreamer plugins |
303 | if self.prefix(src="lib/gstreamer-plugins", dst=""): | 302 | if self.prefix(src="lib/gstreamer-plugins", dst=""): |
@@ -684,12 +683,12 @@ class DarwinManifest(ViewerManifest): | |||
684 | 683 | ||
685 | 684 | ||
686 | # SLVoice and vivox lols | 685 | # SLVoice and vivox lols |
687 | #self.path("vivox-runtime/universal-darwin/libalut.dylib", "libalut.dylib") | 686 | self.path("vivox-runtime/universal-darwin/libalut.dylib", "libalut.dylib") |
688 | #self.path("vivox-runtime/universal-darwin/libopenal.dylib", "libopenal.dylib") | 687 | self.path("vivox-runtime/universal-darwin/libopenal.dylib", "libopenal.dylib") |
689 | #self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib") | 688 | self.path("vivox-runtime/universal-darwin/libortp.dylib", "libortp.dylib") |
690 | #self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") | 689 | self.path("vivox-runtime/universal-darwin/libvivoxsdk.dylib", "libvivoxsdk.dylib") |
691 | #self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") | 690 | self.path("vivox-runtime/universal-darwin/SLVoice", "SLVoice") |
692 | #self.path("vivox-runtime/universal-darwin/SLVoiceAgent.app", "SLVoiceAgent.app") | 691 | self.path("vivox-runtime/universal-darwin/SLVoiceAgent.app", "SLVoiceAgent.app") |
693 | 692 | ||
694 | #libfmodwrapper.dylib | 693 | #libfmodwrapper.dylib |
695 | #self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib") | 694 | #self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib") |
@@ -808,7 +807,7 @@ class LinuxManifest(ViewerManifest): | |||
808 | self.path("res/imprudence_icon.png","imprudence_icon.png") | 807 | self.path("res/imprudence_icon.png","imprudence_icon.png") |
809 | if self.prefix("linux_tools", dst=""): | 808 | if self.prefix("linux_tools", dst=""): |
810 | #self.path("client-readme.txt","README-linux.txt") | 809 | #self.path("client-readme.txt","README-linux.txt") |
811 | #self.path("client-readme-voice.txt","README-linux-voice.txt") | 810 | self.path("client-readme-voice.txt","README-linux-voice.txt") |
812 | #self.path("client-readme-joystick.txt","README-linux-joystick.txt") | 811 | #self.path("client-readme-joystick.txt","README-linux-joystick.txt") |
813 | self.path("wrapper.sh","imprudence") | 812 | self.path("wrapper.sh","imprudence") |
814 | self.path("handle_secondlifeprotocol.sh") | 813 | self.path("handle_secondlifeprotocol.sh") |
@@ -986,9 +985,9 @@ class Linux_i686Manifest(LinuxManifest): | |||
986 | self.end_prefix("lib") | 985 | self.end_prefix("lib") |
987 | 986 | ||
988 | # Vivox runtimes | 987 | # Vivox runtimes |
989 | #if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): | 988 | if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): |
990 | # self.path("SLVoice") | 989 | self.path("SLVoice") |
991 | # self.end_prefix() | 990 | self.end_prefix() |
992 | 991 | ||
993 | 992 | ||
994 | class Linux_x86_64Manifest(LinuxManifest): | 993 | class Linux_x86_64Manifest(LinuxManifest): |
@@ -1112,10 +1111,11 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1112 | # self.path("libortp.so") | 1111 | # self.path("libortp.so") |
1113 | # self.path("libuuid.so.1") | 1112 | # self.path("libuuid.so.1") |
1114 | # self.end_prefix("lib32") | 1113 | # self.end_prefix("lib32") |
1114 | |||
1115 | # Vivox runtimes | 1115 | # Vivox runtimes |
1116 | #if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): | 1116 | if self.prefix(src="vivox-runtime/i686-linux", dst="bin"): |
1117 | # self.path("SLVoice") | 1117 | self.path("SLVoice") |
1118 | # self.end_prefix() | 1118 | self.end_prefix() |
1119 | 1119 | ||
1120 | 1120 | ||
1121 | if __name__ == "__main__": | 1121 | if __name__ == "__main__": |