Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-07-31 22:34:41 +0400
committerStefan Gartner <stefang@aon.at>2003-07-31 22:34:41 +0400
commit4ebd7f6301d5fdaab3c7d14415cacb743249eb47 (patch)
treeefb99a343e8c902c74d4650e1c1c4675a7624bef /source/blender/python/api2_2x/Makefile
parentfe07b232b7e7e80569733de2b42e391874de6477 (diff)
added path to IMB_imbuf_types.h to include path (needed by Image.c)
Diffstat (limited to 'source/blender/python/api2_2x/Makefile')
-rw-r--r--source/blender/python/api2_2x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Makefile b/source/blender/python/api2_2x/Makefile
index e5e0eb94665..7fa8f72a530 100644
--- a/source/blender/python/api2_2x/Makefile
+++ b/source/blender/python/api2_2x/Makefile
@@ -52,4 +52,5 @@ CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../include
CPPFLAGS += -I$(NAN_BMFONT)/include
+CPPFLAGS += -I../../imbuf
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)