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-24 14:17:45 +0300
committerTon Roosendaal <ton@blender.org>2008-12-24 14:17:45 +0300
commit9bb7babd2c17f4be6aea2ffbfe89e18fffbd0341 (patch)
treee49e489cc437c34b6ff300c4efffb02c9d4366fa /source/blender/editors/space_node/Makefile
parente60e7f36679109a6c600f0029a60486e99d7995b (diff)
2.5
Made nodes compile for Makefile and mac. It has a hack for intel cards in node previews... not sure if that is still valid? commented it out.
Diffstat (limited to 'source/blender/editors/space_node/Makefile')
-rw-r--r--source/blender/editors/space_node/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/Makefile b/source/blender/editors/space_node/Makefile
index d6280dd143c..70a203858a3 100644
--- a/source/blender/editors/space_node/Makefile
+++ b/source/blender/editors/space_node/Makefile
@@ -37,6 +37,7 @@ CFLAGS += $(LEVEL_1_C_WARNINGS)
CPPFLAGS += -I$(NAN_GLEW)/include
CPPFLAGS += -I$(OPENGL_HEADERS)
+CPPFLAGS += -I$(NAN_BMFONT)/include
# not very neat....
CPPFLAGS += -I../../windowmanager
@@ -45,6 +46,8 @@ CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../imbuf
+CPPFLAGS += -I../../nodes
+CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I../../python
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include