Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-08-05 19:21:10 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-05 19:21:10 +0400
commit5763746af7f1d076c199328f9dc463639057fb66 (patch)
tree11727121608ce074ced20280dae6c5f1967c9864 /SConstruct
parentacd02148d84cf33c06fadd33b3af9d7d44d5974a (diff)
copy openal dlls
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
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',