Update build files to use new OpenAL libraries

This commit is contained in:
Sergey Sharybin
2011-12-27 09:37:19 +00:00
parent 397d7d949f
commit a0e62e77d7
7 changed files with 5 additions and 7 deletions

View File

@@ -756,7 +756,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')