From 0b1cf0a01f60414f5e9cda3ecac4b4ee439f891b Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Tue, 7 Feb 2006 19:04:24 +0000 Subject: Add the WITH_OPENEXR to sconscript. I needed this for toni's latest SceneRender stuff to work. Strange that it worked ok on his computer without this. --- source/blender/python/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index a0622849465..9dad89789dd 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -14,5 +14,8 @@ defs = [] if env['WITH_BF_QUICKTIME']==1: incs += ' ' + env['BF_QUICKTIME_INC'] defs.append('WITH_QUICKTIME') + +if env['WITH_BF_OPENEXR'] == 1: + defs.append('WITH_OPENEXR') env.BlenderLib ( libname='blender_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype=['core','game2'], priority = [60,115] ) -- cgit v1.2.3