summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-04-28 18:11:34 +0300
committerMike Antipov <mantipov@productengine.com>2010-04-28 18:11:34 +0300
commit8b53588f5768e644875effdccc6c2e74156c24ea (patch)
tree3403c0743766e0189eca7d75f7f8424f790dadce /indra/newview/viewer_manifest.py
parentf9a120e8983a72b6de2f146acec55e079255b70e (diff)
parentfe4b6a8d78c98db4c7d55877209ca272fa73b3d9 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 19b18b3282..668e21c253 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -332,6 +332,12 @@ class WindowsManifest(ViewerManifest):
self.path("media_plugin_webkit.dll")
self.end_prefix()
+ # winmm.dll shim
+ if self.prefix(src='../media_plugins/winmmshim/%s' % self.args['configuration'], dst="llplugin"):
+ self.path("winmm.dll")
+ self.end_prefix()
+
+
if self.args['configuration'].lower() == 'debug':
if self.prefix(src=os.path.join(os.pardir, os.pardir, 'libraries', 'i686-win32', 'lib', 'debug'),
dst="llplugin"):