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:
authorStefan Gartner <stefang@aon.at>2003-05-12 11:48:18 +0400
committerStefan Gartner <stefang@aon.at>2003-05-12 11:48:18 +0400
commita6d4f5260ba90d2a18b3186688b8fa91475dead3 (patch)
tree9f639a27d5a60f297b0361d14bbe8a43a2339f5d /source/blender/ftfont
parent96b474f0587c3e3eb4e2b8a0b6b514247ab51f51 (diff)
added some more include paths to CPPFLAGS...
Diffstat (limited to 'source/blender/ftfont')
-rw-r--r--source/blender/ftfont/intern/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/ftfont/intern/Makefile b/source/blender/ftfont/intern/Makefile
index 056f42c9bea..5aa5f8bf084 100644
--- a/source/blender/ftfont/intern/Makefile
+++ b/source/blender/ftfont/intern/Makefile
@@ -43,7 +43,8 @@ endif
CFLAGS += $(LEVEL_1_C_WARNINGS)
#CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
-#CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I$(NAN_FTGL)/include
CPPFLAGS += -I$(NAN_GETTEXT)/include