r1325 - trunk/misc/nsis
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Apr 22 04:52:21 EDT 2008
Author: ludwig
Date: 2008-04-22 04:52:17 -0400 (Tue, 22 Apr 2008)
New Revision: 1325
Modified:
trunk/misc/nsis/ioquake3.nsi.in
Log:
also install libcurl-4.dll
Modified: trunk/misc/nsis/ioquake3.nsi.in
===================================================================
--- trunk/misc/nsis/ioquake3.nsi.in 2008-04-21 13:34:44 UTC (rev 1324)
+++ trunk/misc/nsis/ioquake3.nsi.in 2008-04-22 08:52:17 UTC (rev 1325)
@@ -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,7 +86,14 @@
SectionEnd
+Section "libcurl"
+ SetOutPath $INSTDIR
+
+ File "libcurl-4.dll"
+
+SectionEnd
+
;--------------------------------
; Uninstaller
@@ -113,6 +120,8 @@
Delete $INSTDIR\SDL.dll
+ Delete $INSTDIR\libcurl-4.dll
+
Delete $INSTDIR\uninstall.exe
; Remove shortcuts, if any
More information about the quake3-commits
mailing list