[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22955] branches/blender2.5/blender/ SConstruct: * actually commit the sndfile dll copying ( and not just claiming I did)

Nathan Letwory jesterking at letwory.net
Wed Sep 2 22:54:34 CEST 2009


Revision: 22955
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22955
Author:   jesterking
Date:     2009-09-02 22:54:33 +0200 (Wed, 02 Sep 2009)

Log Message:
-----------
* actually commit the sndfile dll copying (and not just claiming I did)

Modified Paths:
--------------
    branches/blender2.5/blender/SConstruct

Modified: branches/blender2.5/blender/SConstruct
===================================================================
--- branches/blender2.5/blender/SConstruct	2009-09-02 20:46:28 UTC (rev 22954)
+++ branches/blender2.5/blender/SConstruct	2009-09-02 20:54:33 UTC (rev 22955)
@@ -575,6 +575,8 @@
 	if env['WITH_BF_OPENAL']:
 		dllsources.append('${LCGDIR}/openal/lib/OpenAL32.dll')
 		dllsources.append('${LCGDIR}/openal/lib/wrap_oal.dll')
+	if env['WITH_BF_SNDFILE']:
+		dllsources.append('${LCGDIR}/sndfile/lib/libsndfile-1.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