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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-29 18:43:53 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-29 18:43:53 +0300
commitcc0fdf24a9352b40c2dfe370a3017e28df923726 (patch)
treebe23fb28e05cdae72687bc145709845be7c2513f /source/blender/python
parent78218d89d68861cf96884ce6553ea587b4f6eeb4 (diff)
* Fix Makefiles to compile python.
* Tweak SConscript priorities to link ed_util. * Added RNA_struct_is_ID function for python.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/Makefile b/source/blender/python/intern/Makefile
index ea507febc2b..3d6ce51c9bd 100644
--- a/source/blender/python/intern/Makefile
+++ b/source/blender/python/intern/Makefile
@@ -49,6 +49,7 @@ CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include $(NAN_SDLCFLAGS)
CPPFLAGS += -I../../editors/include
CPPFLAGS += -I../../python
CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../makesrna
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../nodes