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:
authorJoseph Gilbert <ascotan@gmail.com>2004-03-14 05:06:57 +0300
committerJoseph Gilbert <ascotan@gmail.com>2004-03-14 05:06:57 +0300
commitc0966e309bfa7305a5223ba3250e4b59bf5fd2d5 (patch)
tree54f563e7aa5bae65f27c160c5736e99299e39b1c /source/blender/python/api2_2x/Makefile
parent332c6c351273c1e7bc768f0e54e296afe69418a3 (diff)
- new files sceneRender.c/.h
- added new rendering module as part of the existing scene module - support for individual scene rendering - support for yafray rendering
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 7fa8f72a530..cdefeee815d 100644
--- a/source/blender/python/api2_2x/Makefile
+++ b/source/blender/python/api2_2x/Makefile
@@ -51,6 +51,7 @@ CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../include
+CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I$(NAN_BMFONT)/include
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)