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>2009-01-06 19:15:43 +0300
committerTon Roosendaal <ton@blender.org>2009-01-06 19:15:43 +0300
commit12f099bd91eff0865e15c0d7f645e8ca55d7b6ae (patch)
tree5b94571bc53efe8406b19e0dae4e70a86fd46598 /source/blender/editors/space_file/Makefile
parent7e7fff7f639419ed6c0084c96b0c1dc9a13c83b0 (diff)
2.5
FileWindow: fixes for Make and Scons, and removed (commented) unused vars, and adding include files.
Diffstat (limited to 'source/blender/editors/space_file/Makefile')
-rw-r--r--source/blender/editors/space_file/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/Makefile b/source/blender/editors/space_file/Makefile
index 5376f01325d..698effb0022 100644
--- a/source/blender/editors/space_file/Makefile
+++ b/source/blender/editors/space_file/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
@@ -44,6 +45,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