diff options
author | Richard Linden <none@none> | 2010-05-12 15:49:49 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-05-12 15:49:49 -0700 |
commit | eea99519d4f7a479e1cb7fabcdc9845c27314fb4 (patch) | |
tree | da3aac2d69d9ee5c99fae3aff10fdf54663ee2c2 /indra/newview | |
parent | 86f6827bf9073fbe533b63a8894d6a49824411a3 (diff) |
added winmm.dll shim for deployment in debug builds
Diffstat (limited to 'indra/newview')
-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"): |