Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-10-21 16:42:00 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-10-21 16:42:00 +0400
commit6216f4acb17ed53a70f4bd9e834f79ca472cd20c (patch)
treedc61e50e988e860e4cdb7e1e769ba8306495ce86 /installer
parent99ba4f4ac4a0a75a313ab3bab45b5d07dc27d961 (diff)
Distribute dbghelp.dll on Win32 so it can work on older XP installations
Diffstat (limited to 'installer')
-rw-r--r--installer/Mumble.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index 0e122faf1..5ea91fdc7 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -156,6 +156,7 @@ Section "" SectionCommon
File "\dev\dbus\etc\session.conf"
File "\Program Files (x86)\Intel\Compiler\11.0\075\cpp\Bin\ia32\libmmd.dll"
+ File "\Program Files (x86)\Debugging Tools for Windows (x86)\dbghelp.dll"
SetOutPath "$INSTDIR\QtPlugins\iconengines"
File /x q*d4.dll "\dev\Qt4.5\plugins\iconengines\q*4.dll"
@@ -429,6 +430,7 @@ end:
Delete "$INSTDIR\libsndfile-1.dll"
Delete "$INSTDIR\libmmd.dll"
+ Delete "$INSTDIR\dbghelp.dll"
Delete "$INSTDIR\ice33.dll"
Delete "$INSTDIR\iceutil33.dll"