From c07646ff3847e47d2db5809ca6fc71a64f1f8589 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Wed, 14 Aug 2013 22:41:43 +0200 Subject: [PATCH] Include winmm.dll in the Windows installer --- indra/newview/viewer_manifest.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index ab4087527..437916c94 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -191,6 +191,11 @@ class WindowsManifest(ViewerManifest): 'llplugin', 'slplugin', self.args['configuration'], "SLPlugin.exe"), "SLPlugin.exe") + # Plugin volume control + if self.prefix(src=self.args['configuration'], dst=""): + self.path("winmm.dll") + self.end_prefix() + self.path(src="licenses-win32.txt", dst="licenses.txt") self.path("featuretable.txt") @@ -200,7 +205,7 @@ class WindowsManifest(ViewerManifest): self.path("libhunspell.dll") self.end_prefix() - # For mesh upload + # For mesh upload if self.prefix(src=self.args['configuration'], dst=""): self.path("libcollada14dom22.dll") self.path("glod.dll")