From f1f5acf256dd1f9ec29988ce855b975442c3df2c Mon Sep 17 00:00:00 2001 From: ludwig Date: Tue, 22 Apr 2008 08:52:17 +0000 Subject: also install libcurl-4.dll git-svn-id: svn://svn.icculus.org/quake3/trunk@1325 edf5b092-35ff-0310-97b2-ce42778d08ea --- misc/nsis/ioquake3.nsi.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/nsis/ioquake3.nsi.in b/misc/nsis/ioquake3.nsi.in index 637035f..a2244d5 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 -- cgit v1.2.3