From 62b633818e7beaa9402851274f51602530cd335f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 10 Apr 2011 04:45:01 +0300 Subject: Remove unused dlls from windows install script. --- packaging/windows/setup.nsi | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index de8ebe502..7dc2a1f8c 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -203,7 +203,21 @@ Section "Core files (required)" SecCore SetOutPath "$INSTDIR" File "${EXEDIR}\manaplus.exe" - File "${DLLDIR}\*.dll" + File "${DLLDIR}\SDL.dll" + File "${DLLDIR}\SDL_gfx.dll" + File "${DLLDIR}\SDL_image.dll" + File "${DLLDIR}\SDL_mixer.dll" + File "${DLLDIR}\SDL_net.dll" + File "${DLLDIR}\SDL_ttf.dll" + File "${DLLDIR}\exchndl.dll" + File "${DLLDIR}\guichan.dll" + File "${DLLDIR}\guichan_sdl.dll" + File "${DLLDIR}\libcurl-4.dll" + File "${DLLDIR}\libiconv-2.dll" + File "${DLLDIR}\libiconv2.dll" + File "${DLLDIR}\libintl3.dll" + File "${DLLDIR}\libpng12-0.dll" + File "${DLLDIR}\libxml2-2.dll" File "${SRCDIR}\AUTHORS" File "${SRCDIR}\COPYING" File "${SRCDIR}\NEWS" -- cgit v1.2.3-60-g2f50