diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-13 08:45:36 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-13 08:45:36 +0100 |
commit | fc7264f0bddc06f18866e9e9aaf9f8621d247e10 (patch) | |
tree | 60db44e3b3ed6cb77cdf856629c5c0553196602f /indra/newview/viewer_manifest.py | |
parent | e2411ded41655d29af98f254aa5f322d0992bbad (diff) | |
parent | eea99519d4f7a479e1cb7fabcdc9845c27314fb4 (diff) |
merge from viewer-public
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 668e21c253..2a966f4adf 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -349,6 +349,7 @@ class WindowsManifest(ViewerManifest): self.path("qtwebkitd4.dll") self.path("qtxmlpatternsd4.dll") self.path("ssleay32.dll") + self.path("winmm.dll") # For WebKit/Qt plugin runtimes (image format plugins) if self.prefix(src="imageformats", dst="imageformats"): |