[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22243] trunk/blender/SConstruct: copy openal dlls

Nathan Letwory jesterking at letwory.net
Wed Aug 5 17:21:10 CEST 2009


Revision: 22243
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22243
Author:   jesterking
Date:     2009-08-05 17:21:10 +0200 (Wed, 05 Aug 2009)

Log Message:
-----------
copy openal dlls

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2009-08-05 15:19:02 UTC (rev 22242)
+++ trunk/blender/SConstruct	2009-08-05 15:21:10 UTC (rev 22243)
@@ -562,6 +562,9 @@
 			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',





More information about the Bf-blender-cvs mailing list