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:
authorTon Roosendaal <ton@blender.org>2008-12-26 14:11:21 +0300
committerTon Roosendaal <ton@blender.org>2008-12-26 14:11:21 +0300
commit5006875f53114b248f54a23ffb4fe88d14e7e654 (patch)
tree667382f192baae7f88ad38bf1b51f223cb8d98da /source/blender/editors/space_script
parent34baf51dcb730319a2cbb807f905571475b24e9a (diff)
2.5
- fix Makefile for space_script - renamed operators for modules i maintain. (stripped ED_)
Diffstat (limited to 'source/blender/editors/space_script')
-rw-r--r--source/blender/editors/space_script/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_script/Makefile b/source/blender/editors/space_script/Makefile
index 4d5d3e54167..48e1cd8e861 100644
--- a/source/blender/editors/space_script/Makefile
+++ b/source/blender/editors/space_script/Makefile
@@ -44,6 +44,7 @@ CPPFLAGS += -I../../blenloader
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../makesrna
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../python
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include