Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-09-03 00:54:33 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-09-03 00:54:33 +0400
commit375f36dfcf21f046b2cde0a24a0846999e87d57a (patch)
treef65c69466fa15d4ca257a531a0ce0382ded720fb /SConstruct
parente80b37cd751260232678ebd550aa5a0f2226b693 (diff)
* actually commit the sndfile dll copying (and not just claiming I did)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
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',