[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21767] branches/soundsystem/SConstruct: copy samplerate dll too

Nathan Letwory jesterking at letwory.net
Tue Jul 21 15:15:29 CEST 2009


Revision: 21767
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21767
Author:   jesterking
Date:     2009-07-21 15:15:29 +0200 (Tue, 21 Jul 2009)

Log Message:
-----------
copy samplerate dll too

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

Modified: branches/soundsystem/SConstruct
===================================================================
--- branches/soundsystem/SConstruct	2009-07-21 13:14:44 UTC (rev 21766)
+++ branches/soundsystem/SConstruct	2009-07-21 13:15:29 UTC (rev 21767)
@@ -565,6 +565,7 @@
 				'${BF_ZLIB_LIBPATH}/zlib.dll',
 				'${BF_TIFF_LIBPATH}/${BF_TIFF_LIB}.dll']
 	dllsources += ['${BF_PTHREADS_LIBPATH}/${BF_PTHREADS_LIB}.dll']
+	dllsources.append('${LCGDIR}/samplerate/lib/libsamplerate-0.dll')
 	if env['WITH_BF_SDL']:
 		if env['OURPLATFORM'] == 'win64-vc':
 			pass # we link statically already to SDL on win64





More information about the Bf-blender-cvs mailing list