[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48075] branches/soc-2011-tomato/source/ blender/imbuf/SConscript: fix for scons

Campbell Barton ideasman42 at gmail.com
Tue Jun 19 13:04:30 CEST 2012


Revision: 48075
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48075
Author:   campbellbarton
Date:     2012-06-19 11:04:23 +0000 (Tue, 19 Jun 2012)
Log Message:
-----------
fix for scons

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/imbuf/SConscript

Modified: branches/soc-2011-tomato/source/blender/imbuf/SConscript
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/SConscript	2012-06-19 09:52:52 UTC (rev 48074)
+++ branches/soc-2011-tomato/source/blender/imbuf/SConscript	2012-06-19 11:04:23 UTC (rev 48075)
@@ -64,10 +64,4 @@
 else:
     sources.remove(os.path.join('intern', 'colormanagement.c'))
 
-if env['WITH_BF_OCIO']:
-    defs.append('WITH_OCIO')
-    incs += ' #intern/opencolorio'
-else:
-    sources.remove(os.path.join('intern', 'colormanagement.c'))
-
 env.BlenderLib ( libname = 'bf_imbuf', sources = sources, includes = Split(incs), defines = defs, libtype=['core','player'], priority = [185,115] )




More information about the Bf-blender-cvs mailing list