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:19:02 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-05 19:19:02 +0400
commit3af26a09e9ea8b42e00731554c875db57fbcc9ca (patch)
treefef92dbe1da95ee486b52df3bf560bb9334aed22 /SConstruct
parent8aa33834087bf5e717c0b671254d528d93cf6001 (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 5f9ba627b23..5ae8914d77a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -585,6 +585,9 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc'):
pass # we link statically to iconv on win64
else:
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',