diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 774507c63..5ff4ef2f4 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -205,7 +205,8 @@ class WindowsManifest(ViewerManifest): self.end_prefix() # For use in crash reporting (generates minidumps) - self.path("dbghelp.dll") + #self.path("dbghelp.dll") + #is shipped with windows anyway # For using FMOD for sound... DJS #~if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""):