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:29:45 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-05 19:29:45 +0400
commitb27f89d3d2fbeff7471fd785f6429e9d0d173d72 (patch)
tree9248eb6a705c3f40e85b32fd4d87c0f781917832
parentd6c24138177f62e897baaa6e371acc476de57a5e (diff)
copy openal dlls
-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',