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] )

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to