Stop trying to package dbghelp.dll - windows always comes with one anyway

This commit is contained in:
Siana Gearz
2012-11-12 19:37:31 +01:00
parent 2bb08d7638
commit f4016c2e1c

View File

@@ -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=""):