[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22244] branches/soundsystem/SConstruct: copy openal dlls

Nathan Letwory jesterking at letwory.net
Wed Aug 5 17:29:46 CEST 2009


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

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

Modified Paths:
--------------
    branches/soundsystem/SConstruct

Modified: branches/soundsystem/SConstruct
===================================================================
--- branches/soundsystem/SConstruct	2009-08-05 15:21:10 UTC (rev 22243)
+++ branches/soundsystem/SConstruct	2009-08-05 15:29:45 UTC (rev 22244)
@@ -585,6 +585,9 @@
 			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',





More information about the Bf-blender-cvs mailing list