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-28 14:28:44 +0300
committerTon Roosendaal <ton@blender.org>2008-12-28 14:28:44 +0300
commitf3fe2d0559070c31214063e1d6cf6b6207ff2f2f (patch)
tree9910e6694e1a990118acd6deadc548c41965181c /source/blender/editors/space_node
parent7a7fb5add910ff247e703264c9a7557f7481805b (diff)
2.5
- New icons code crashed when using old (smaller) files, added a check and warning print for this case.
Diffstat (limited to 'source/blender/editors/space_node')
-rw-r--r--source/blender/editors/space_node/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/Makefile b/source/blender/editors/space_node/Makefile
index 70a203858a3..233572dbfb1 100644
--- a/source/blender/editors/space_node/Makefile
+++ b/source/blender/editors/space_node/Makefile
@@ -45,6 +45,7 @@ CPPFLAGS += -I../../blenloader
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../makesrna
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../nodes
CPPFLAGS += -I../../render/extern/include