summaryrefslogtreecommitdiff
path: root/packaging/windows/setup.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/windows/setup.nsi')
-rw-r--r--packaging/windows/setup.nsi15
1 files changed, 9 insertions, 6 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index b861d6a3c..e4b6bbf10 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -253,19 +253,18 @@ Section "Core files (required)" SecCore
File "${EXEDIR}\manaplus.exe"
File "${DLLDIR}\SDL.dll"
File "${DLLDIR}\SDL_image.dll"
- File "${DLLDIR}\SDL_mixer.dll"
+; File "${DLLDIR}\SDL_mixer.dll"
File "${DLLDIR}\SDL_net.dll"
File "${DLLDIR}\SDL_ttf.dll"
- File "${DLLDIR}\exchndl.dll"
+ File "${DLLDIR}\libSDL_gfx-15.dll"
File "${DLLDIR}\libcurl-4.dll"
- File "${DLLDIR}\libgcc_s_sjlj-1.dll"
File "${DLLDIR}\libfreetype-6.dll"
+ File "${DLLDIR}\libgcc_s_sjlj-1.dll"
File "${DLLDIR}\libiconv-2.dll"
File "${DLLDIR}\libintl-8.dll"
- File "${DLLDIR}\libjpeg-8.dll"
+ File "${DLLDIR}\libjpeg-9.dll"
File "${DLLDIR}\libogg-0.dll"
- File "${DLLDIR}\libpng15-15.dll"
- File "${DLLDIR}\libSDL_gfx-13.dll"
+ File "${DLLDIR}\libpng16-16.dll"
File "${DLLDIR}\libstdc++-6.dll"
File "${DLLDIR}\libvorbis-0.dll"
File "${DLLDIR}\libvorbisfile-3.dll"
@@ -374,6 +373,10 @@ SectionEnd
Section /o "Debugger" SecDebug
SetOutPath "$INSTDIR"
File "${DLLDIR}\gdb.exe"
+ File "${DLLDIR}\libdl.dll"
+ File "${DLLDIR}\libexpat-1.dll"
+ File "${DLLDIR}\libreadline6.dll"
+ File "${DLLDIR}\libtermcap.dll"
File "${EXEDIR}\manaplusd.exe"
${If} ${SectionIsSelected} ${SecShortcuts}
CreateShortCut "$SMPROGRAMS\Mana\ManaPlus (debug).lnk" '"$INSTDIR\gdb.exe"' '"$INSTDIR\manaplusd.exe"' "$INSTDIR\manaplusd.exe"