Revision: 14270
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14270
Author: sirdude
Date: 2008-03-28 15:55:49 +0100 (Fri, 28 Mar 2008)
Log Message:
-----------
This is patch:
[#8766] Scons build does not take into account WITH_BF_OPENEXR for
source/creator
Submitted By: Stephane SOPPERA
Fixes -F EXR on the commandline...
Kent
Modified Paths:
--------------
trunk/blender/source/creator/SConscript
Modified: trunk/blender/source/creator/SConscript
===================================================================
--- trunk/blender/source/creator/SConscript 2008-03-28 14:50:59 UTC (rev
14269)
+++ trunk/blender/source/creator/SConscript 2008-03-28 14:55:49 UTC (rev
14270)
@@ -19,4 +19,7 @@
incs += ' ../../extern/binreloc/include'
defs.append('WITH_BINRELOC')
+if env['WITH_BF_OPENEXR']==1:
+ defs.append('WITH_OPENEXR')
+
env.BlenderLib ( libname = 'blender_creator', sources = Split(sources),
includes = Split(incs), defines = defs, libtype='core', priority = 1 )
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs