aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-04-22 08:52:17 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-04-22 08:52:17 +0000
commitf1f5acf256dd1f9ec29988ce855b975442c3df2c (patch)
tree768434adffc69214d0704f4614a3ed1b4bc701d2 /misc
parentfa959d0cb046a9d9bdbd538563df2b64fd41fd94 (diff)
downloadioquake3-aero-f1f5acf256dd1f9ec29988ce855b975442c3df2c.tar.gz
ioquake3-aero-f1f5acf256dd1f9ec29988ce855b975442c3df2c.zip
also install libcurl-4.dll
git-svn-id: svn://svn.icculus.org/quake3/trunk@1325 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'misc')
-rw-r--r--misc/nsis/ioquake3.nsi.in11
1 files changed, 10 insertions, 1 deletions
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