Replace MiniTK.Audio with OpenAL-CS.
This commit is contained in:
@@ -55,6 +55,9 @@ cp thirdparty/download/SharpFont* packaging/built
|
||||
cp thirdparty/download/SDL2-CS* packaging/built
|
||||
cp thirdparty/SDL2-CS* packaging/built
|
||||
|
||||
# OpenAL-CS
|
||||
cp thirdparty/download/OpenAL-CS* packaging/built
|
||||
|
||||
# Mono.NAT for UPnP support
|
||||
cp thirdparty/download/Mono.Nat.dll packaging/built
|
||||
|
||||
|
||||
@@ -99,6 +99,7 @@ Section "Game" GAME
|
||||
File "${SRCDIR}\OpenRA.ico"
|
||||
File "${SRCDIR}\SharpFont.dll"
|
||||
File "${SRCDIR}\SDL2-CS.dll"
|
||||
File "${SRCDIR}\OpenAL-CS.dll"
|
||||
File "${SRCDIR}\global mix database.dat"
|
||||
File "${SRCDIR}\MaxMind.Db.dll"
|
||||
File "${SRCDIR}\MaxMind.GeoIP2.dll"
|
||||
@@ -215,6 +216,7 @@ Function ${UN}Clean
|
||||
Delete $INSTDIR\eluant.dll
|
||||
Delete $INSTDIR\freetype6.dll
|
||||
Delete $INSTDIR\SDL2-CS.dll
|
||||
Delete $INSTDIR\OpenAL-CS.dll
|
||||
Delete $INSTDIR\SmarIrc4net.dll
|
||||
RMDir /r $INSTDIR\Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user