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-08-17 15:39:34 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-17 15:39:34 +0400
commit3a4fd712c0d010741ba49a4367de0bcd9e46cede (patch)
tree5c5bba59226d29c8e2c26260b3d5e197e6a8d07d /SConstruct
parent7997fe4774b194bd353bf2d92c37045718f1f828 (diff)
* libjack.dll copying
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 1dc91671a9e..dad9ef54446 100644
--- a/SConstruct
+++ b/SConstruct
@@ -586,6 +586,8 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc'):
'${LCGDIR}/ffmpeg/lib/libx264-67.dll',
'${LCGDIR}/ffmpeg/lib/xvidcore.dll',
'${LCGDIR}/ffmpeg/lib/swscale-0.dll']
+ if env['WITH_BF_JACK']:
+ dllsources += ['${LCGDIR}/jack/lib/libjack.dll']
windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources)
allinstall += windlls