From 6d97d5c628a7e5bd523803e88e1655c9d0b33df5 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Fri, 26 Aug 2011 15:15:56 +0000 Subject: [PATCH] Don't include libcurl-4.dll or zlib1.dll in NSIS installer, they don't seem to be used. --- misc/nsis/ioquake3.nsi.in | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/misc/nsis/ioquake3.nsi.in b/misc/nsis/ioquake3.nsi.in index c4585491..0e974a1e 100644 --- a/misc/nsis/ioquake3.nsi.in +++ b/misc/nsis/ioquake3.nsi.in @@ -5,7 +5,7 @@ ; This file is used to automatically build the installers in the ; openSUSE build service, don't break this! ; -; you have to copy SDL.dll and libcurl-4.dll here manually +; you have to copy SDL.dll and OpenAL32.dll here manually !define MULTIUSER_MUI !define MULTIUSER_EXECUTIONLEVEL Highest @@ -78,8 +78,6 @@ Section "ioquake3 (required)" ; Set output path to the installation directory. SetOutPath $INSTDIR - File "zlib1.dll" - ; Put file there File "../../build/release-mingw32-x86/ioq3ded.x86.exe" File "../../build/release-mingw32-x86/ioquake3.x86.exe" @@ -127,14 +125,6 @@ Section "SDL.dll" SectionEnd -Section "libcurl" - - SetOutPath $INSTDIR - - File "libcurl-4.dll" - -SectionEnd - Section "OpenAL-Soft library" SetOutPath $INSTDIR @@ -168,12 +158,8 @@ Section "Uninstall" Delete $INSTDIR\id-readme.txt Delete $INSTDIR\voip-readme.txt - Delete $INSTDIR\zlib1.dll - Delete $INSTDIR\SDL.dll - Delete $INSTDIR\libcurl-4.dll - Delete $INSTDIR\OpenAL32.dll Delete $INSTDIR\uninstall.exe