diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 205070bc00..b897241f10 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -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 ;***************************