From 5763746af7f1d076c199328f9dc463639057fb66 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 5 Aug 2009 15:21:10 +0000 Subject: copy openal dlls --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 7bec9827364..a5c70f40366 100644 --- a/SConstruct +++ b/SConstruct @@ -562,6 +562,9 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'): dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_LIB}.dll') if env['WITH_BF_ICONV']: dllsources += ['${BF_ICONV_LIBPATH}/iconv.dll'] + if env['WITH_BF_OPENAL']: + dllsources.append('${LCGDIR}/openal/lib/OpenAL32.dll') + dllsources.append('${LCGDIR}/openal/lib/wrap_oal.dll') if env['WITH_BF_FFMPEG']: dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-52.dll', '${LCGDIR}/ffmpeg/lib/avformat-52.dll', -- cgit v1.2.3