Kill winmmshim, remove dead files

This commit is contained in:
Drake Arconis
2016-01-16 13:14:09 -05:00
parent 1d2995666f
commit a5b03d1c0f
15 changed files with 6 additions and 3033 deletions

View File

@@ -322,11 +322,6 @@ class WindowsManifest(ViewerManifest):
self.path("media_plugin_webkit.dll")
self.end_prefix()
# Plugin volume control
if not self.is_win64() and self.prefix(src='../plugins/winmmshim/%s' % self.args['configuration'], dst=""):
self.path("winmm.dll")
self.end_prefix()
# For WebKit/Qt plugin runtimes
if self.prefix(src=self.args['configuration']+"/llplugin", dst="llplugin"):
self.path("libeay32.dll")