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:
authorThomas Dinges <blender@dingto.org>2012-11-15 23:37:29 +0400
committerThomas Dinges <blender@dingto.org>2012-11-15 23:37:29 +0400
commit17e506a83ef38c7b9bcc3f8a87e6e28815bcc617 (patch)
tree5502a0520b8b548026fabaf5a089b8b7a25f2e45 /SConstruct
parent2007ba687fb7d26d94769b7de0251ee21e191c2c (diff)
Windows OIIO:
* bin/OpenImageIO.dll not needed anymore, now statically linked.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 0 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index bda361a0a9d..0bbe06eb21e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -886,11 +886,6 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
dllsources.append('${LCGDIR}/thumbhandler/lib/BlendThumb.dll')
dllsources.append('${LCGDIR}/thumbhandler/lib/BlendThumb64.dll')
- if env['WITH_BF_OIIO'] and env['OURPLATFORM'] != 'win32-mingw':
- dllpath = '${LCGDIR}/openimageio/bin/OpenImageIO.dll'
- if os.path.exists(env.subst(dllpath)):
- dllsources.append(dllpath)
-
if env['WITH_BF_OCIO']:
if not env['OURPLATFORM'] in ('win32-mingw', 'linuxcross'):
dllsources.append('${LCGDIR}/opencolorio/bin/OpenColorIO.dll')