diff options
author | Richard Nelson <none@none> | 2010-06-04 09:15:44 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-04 09:15:44 -0700 |
commit | 37392b4b776705b9a0953bda241d351539a2bec9 (patch) | |
tree | 4a1ddc4dd4389fbe50c550363372ed5169357ba7 /indra/newview | |
parent | f33fdbf0ef25c485bdd09faaf1177d2b2b1a7694 (diff) |
removed duplicate winmm entry for debug builds
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 2a966f4adf..668e21c253 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -349,7 +349,6 @@ 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"): |