From 375f36dfcf21f046b2cde0a24a0846999e87d57a Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 2 Sep 2009 20:54:33 +0000 Subject: * actually commit the sndfile dll copying (and not just claiming I did) --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index f2eb7146930..5a64cd7c117 100644 --- a/SConstruct +++ b/SConstruct @@ -575,6 +575,8 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc'): 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', -- cgit v1.2.3