also install libcurl-4.dll

This commit is contained in:
Ludwig Nussel 2008-04-22 08:52:17 +00:00
parent 1306d9760d
commit a3d22613da

View file

@ -5,7 +5,7 @@
; This file is used to automatically build the installers in the ; This file is used to automatically build the installers in the
; openSUSE build service, don't break this! ; 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 ; The name of the installer
Name "ioquake3" Name "ioquake3"
@ -86,6 +86,13 @@ Section "SDL.dll"
SectionEnd SectionEnd
Section "libcurl"
SetOutPath $INSTDIR
File "libcurl-4.dll"
SectionEnd
;-------------------------------- ;--------------------------------
@ -113,6 +120,8 @@ Section "Uninstall"
Delete $INSTDIR\SDL.dll Delete $INSTDIR\SDL.dll
Delete $INSTDIR\libcurl-4.dll
Delete $INSTDIR\uninstall.exe Delete $INSTDIR\uninstall.exe
; Remove shortcuts, if any ; Remove shortcuts, if any