Add OpenAL to list of included DLLs on Windows.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user