SDL now downloaded and installed.

This commit is contained in:
Matthew Bowra-Dean
2010-03-04 17:56:41 +13:00
parent e195ac8f82
commit c648a1ea70

View File

@@ -70,6 +70,12 @@ Section "-OpenAl" OpenAl
ExecWait "$TEMP\OpenAL\oalinst.exe"
SectionEnd
Section "-Sdl" SDL
SetOutPath "$TEMP"
NSISdl::download http://www.libsdl.org/release/SDL-1.2.14-win32.zip sdl.zip
!insertmacro ZIPDLL_EXTRACT sdl.zip $SYSDIR SDL.dll
SectionEnd
;***************************
;Section Descriptions
;***************************