Switch windows MSVC builds to OpenAL-soft

This commit is contained in:
Martijn Berger
2015-01-28 10:36:19 +01:00
parent e17c6f79a5
commit ce52e781b0
4 changed files with 2 additions and 4 deletions

View File

@@ -1208,7 +1208,6 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
if env['WITH_BF_OPENAL']:
dllsources.append('${LCGDIR}/openal/lib/OpenAL32.dll')
dllsources.append('${LCGDIR}/openal/lib/wrap_oal.dll')
if env['WITH_BF_SNDFILE']:
dllsources.append('${LCGDIR}/sndfile/lib/libsndfile-1.dll')