Update for new OpenAL windows library.

This commit is contained in:
Joerg Mueller
2009-08-05 14:10:29 +00:00
parent 64ba7c1303
commit acd02148d8
4 changed files with 6 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ WITH_BF_OPENAL = True
WITH_BF_STATICOPENAL = False
BF_OPENAL = LIBDIR + '/openal'
BF_OPENAL_INC = '${BF_OPENAL}/include'
BF_OPENAL_LIB = 'dxguid openal_static'
BF_OPENAL_LIB = 'wrap_oal'
BF_OPENAL_LIBPATH = '${BF_OPENAL}/lib'
# Warning, this static lib configuration is untested! users of this OS please confirm.
BF_OPENAL_LIB_STATIC = '${BF_OPENAL}/lib/libopenal.a'