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:41:05 +0400
committerStefan Gartner <stefang@aon.at>2003-05-12 11:41:05 +0400
commit96b474f0587c3e3eb4e2b8a0b6b514247ab51f51 (patch)
tree6235c4b4ff27c095e9f0aa8a68611d4142c3ebac /source/blender/ftfont
parent455bafbe3f67204fc289c8cf3eb097352319643f (diff)
added -I../../blenlib to CPPFLAGS
Diffstat (limited to 'source/blender/ftfont')
-rw-r--r--source/blender/ftfont/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/ftfont/intern/Makefile b/source/blender/ftfont/intern/Makefile
index f91176c46c3..056f42c9bea 100644
--- a/source/blender/ftfont/intern/Makefile
+++ b/source/blender/ftfont/intern/Makefile
@@ -44,6 +44,7 @@ CFLAGS += $(LEVEL_1_C_WARNINGS)
#CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
#CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../blenlib
CPPFLAGS += -I$(NAN_FTGL)/include
CPPFLAGS += -I$(NAN_GETTEXT)/include
CPPFLAGS += -I$(NAN_FREETYPE)/include