also install libcurl-4.dll

This commit is contained in:
Ludwig Nussel 2008-04-22 08:52:17 +00:00
parent 1306d9760d
commit a3d22613da
1 changed files with 10 additions and 1 deletions

View File

@ -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