From a3d22613da0c00f3130f356d18aa9f0f0cd46018 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 22 Apr 2008 08:52:17 +0000 Subject: [PATCH] also install libcurl-4.dll --- misc/nsis/ioquake3.nsi.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/misc/nsis/ioquake3.nsi.in b/misc/nsis/ioquake3.nsi.in index 637035fb..a2244d50 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 here manually +; you have to copy SDL.dll and libcurl-4.dll here manually ; The name of the installer Name "ioquake3" @@ -86,6 +86,13 @@ Section "SDL.dll" SectionEnd +Section "libcurl" + + SetOutPath $INSTDIR + + File "libcurl-4.dll" + +SectionEnd ;-------------------------------- @@ -113,6 +120,8 @@ Section "Uninstall" Delete $INSTDIR\SDL.dll + Delete $INSTDIR\libcurl-4.dll + Delete $INSTDIR\uninstall.exe ; Remove shortcuts, if any