[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13517] trunk/blender/source/blender/ python/api2_2x/Makefile: makefile was not adding openexr, so py api never enabled setting openexr image type when using make.

Campbell Barton ideasman42 at gmail.com
Sat Feb 2 04:23:45 CET 2008


Revision: 13517
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13517
Author:   campbellbarton
Date:     2008-02-02 04:23:36 +0100 (Sat, 02 Feb 2008)

Log Message:
-----------
makefile was not adding openexr, so py api never enabled setting openexr image type when using make.

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/Makefile

Modified: trunk/blender/source/blender/python/api2_2x/Makefile
===================================================================
--- trunk/blender/source/blender/python/api2_2x/Makefile	2008-02-01 23:20:29 UTC (rev 13516)
+++ trunk/blender/source/blender/python/api2_2x/Makefile	2008-02-02 03:23:36 UTC (rev 13517)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile 11904 2007-08-31 16:16:33Z sirdude $
+# $Id$
 #
 # ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
 #
@@ -44,6 +44,10 @@
    CPPFLAGS += -DWITH_FFMPEG
 endif
 
+ifeq ($(WITH_OPENEXR),true)
+	CPPFLAGS += -DWITH_OPENEXR
+endif
+
 CPPFLAGS += -I$(OPENGL_HEADERS)
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 CPPFLAGS += -I../../makesdna
@@ -57,6 +61,7 @@
 CPPFLAGS += -I../../imbuf
 CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
 
+$(warning do we have EXR???????????????????? $(WITH_OPENEXR)) 
 # We'll just add a little duct tape to fix things here ...
 .PHONY: clean
 clean::





More information about the Bf-blender-cvs mailing list