diff options
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") |