From c7f6f25a9d20464fe58b2b3b7e1de3300369d085 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 18 Dec 2008 17:38:21 +0000 Subject: 2.5 Drawing and viewing code for view3d back (no not objects :). Quick test: converted 2250 ugly lines of code in 2.5 hours. With about 300k lines todo, this will be 333 hours = 30 days? Whoa! --- source/blender/editors/space_view3d/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_view3d/Makefile') diff --git a/source/blender/editors/space_view3d/Makefile b/source/blender/editors/space_view3d/Makefile index 45b6ca648d2..e097d041a37 100644 --- a/source/blender/editors/space_view3d/Makefile +++ b/source/blender/editors/space_view3d/Makefile @@ -38,6 +38,8 @@ 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 CPPFLAGS += -I../../blenloader @@ -46,6 +48,7 @@ CPPFLAGS += -I../../blenlib CPPFLAGS += -I../../makesdna CPPFLAGS += -I../../imbuf CPPFLAGS += -I../../python +CPPFLAGS += -I../../render/extern/include CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include # own include -- cgit v1.2.3