Add OpenAL to list of included DLLs on Windows.

This commit is contained in:
2015-02-19 22:24:19 -05:00
parent f2f334551c
commit 50e3d7b378
2 changed files with 3 additions and 1 deletions

View File

@@ -51,3 +51,4 @@ if %Config% == "Debug" (
xcopy "%DllSrcDir%\zlib1.dll" %TargetDir% /s /y /i /d
xcopy "%DllSrcDir%\libsndfile-1.dll" %TargetDir% /s /y /i /d
xcopy "%DllSrcDir%\openal32.dll" %TargetDir% /s /y /i /d

View File

@@ -53,6 +53,7 @@ Section "Blades of Exile" Section1
File "..\Release\Blades of Exile.exe"
; Required DLLs
File "..\Release\libsndfile-1.dll"
File "..\Release\openal32.dll"
File "..\Release\sfml-audio-2.dll"
File "..\Release\sfml-graphics-2.dll"
File "..\Release\sfml-system-2.dll"