From 0aaa02e6b585e71f8a4ea9dfd9f37bc6ab1725b9 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 2 May 2003 17:48:06 +0000 Subject: First whack at getting FREETYPE2 stuff added to the old and autoconf makefiles. My machine seems to have messed up libs so I can't test it, its a start though :) Kent --- source/blender/blenlib/intern/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/Makefile b/source/blender/blenlib/intern/Makefile index ccca2fccf11..626f30d9201 100644 --- a/source/blender/blenlib/intern/Makefile +++ b/source/blender/blenlib/intern/Makefile @@ -48,4 +48,6 @@ CPPFLAGS += -I../../makesdna CPPFLAGS += -I.. # path to the guarded memory allocator CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include - +# path to freetype font stuff +CPPFLAGS += -I$(NAN_FREETYPE)/include/freetype2 +CPPFLAGS += -I../../include/ -- cgit v1.2.3