diff options
author | thickbrick | 2010-11-09 23:47:58 +0200 |
---|---|---|
committer | thickbrick | 2010-11-09 23:47:58 +0200 |
commit | cf44892112de83eaaa95ebcc17e78694d0b4bfe6 (patch) | |
tree | ce18667765534780ab6942e3f9a454fb3b16b054 /linden/indra | |
parent | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly (diff) | |
parent | As we currently do not build the gstreamer plugin for windows, do not try to ... (diff) | |
download | meta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.zip meta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.tar.gz meta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.tar.bz2 meta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.tar.xz |
Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 41495ca..6dcd977 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -246,7 +246,9 @@ class WindowsManifest(ViewerManifest): | |||
246 | #self.path("fmod.dll") | 246 | #self.path("fmod.dll") |
247 | 247 | ||
248 | # For spellchecking | 248 | # For spellchecking |
249 | self.path("libhunspell.dll") | 249 | if self.prefix(src=self.args['configuration'], dst=""): |
250 | self.path("libhunspell.dll") | ||
251 | self.end_prefix() | ||
250 | 252 | ||
251 | # For textures | 253 | # For textures |
252 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): | 254 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): |
@@ -268,12 +270,7 @@ class WindowsManifest(ViewerManifest): | |||
268 | if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"): | 270 | if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"): |
269 | self.path("media_plugin_webkit.dll") | 271 | self.path("media_plugin_webkit.dll") |
270 | self.end_prefix() | 272 | self.end_prefix() |
271 | 273 | ||
272 | # Media plugins - Gstreamer | ||
273 | if self.prefix(src='../media_plugins/gstreamer/%s' % self.args['configuration'], dst="llplugin"): | ||
274 | self.path("media_plugin_gstreamer010.dll", "media_plugin_gstreamer.dll") | ||
275 | self.end_prefix() | ||
276 | |||
277 | # For WebKit/Qt plugin runtimes | 274 | # For WebKit/Qt plugin runtimes |
278 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"): | 275 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"): |
279 | self.path("libeay32.dll") | 276 | self.path("libeay32.dll") |