Include winmm.dll in the Windows installer
This commit is contained in:
@@ -191,6 +191,11 @@ class WindowsManifest(ViewerManifest):
|
|||||||
'llplugin', 'slplugin', self.args['configuration'], "SLPlugin.exe"),
|
'llplugin', 'slplugin', self.args['configuration'], "SLPlugin.exe"),
|
||||||
"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(src="licenses-win32.txt", dst="licenses.txt")
|
||||||
|
|
||||||
self.path("featuretable.txt")
|
self.path("featuretable.txt")
|
||||||
@@ -200,7 +205,7 @@ class WindowsManifest(ViewerManifest):
|
|||||||
self.path("libhunspell.dll")
|
self.path("libhunspell.dll")
|
||||||
self.end_prefix()
|
self.end_prefix()
|
||||||
|
|
||||||
# For mesh upload
|
# For mesh upload
|
||||||
if self.prefix(src=self.args['configuration'], dst=""):
|
if self.prefix(src=self.args['configuration'], dst=""):
|
||||||
self.path("libcollada14dom22.dll")
|
self.path("libcollada14dom22.dll")
|
||||||
self.path("glod.dll")
|
self.path("glod.dll")
|
||||||
|
|||||||
Reference in New Issue
Block a user