projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7997fe4
)
* libjack.dll copying
author
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 17 Aug 2009 11:39:34 +0000
(11:39 +0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Mon, 17 Aug 2009 11:39:34 +0000
(11:39 +0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 1dc91671a9efe5a3f7eeefc845876addaf901a1a..dad9ef544462459734a42c1784ef0fe62890c8d9 100644
(file)
--- 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