From 443a64135ea25b19cb5212c99cf85444ebb782d0 Mon Sep 17 00:00:00 2001 From: Joilnen Leite Date: Mon, 30 Jul 2007 15:59:16 +0000 Subject: Font preview --- source/blender/ftfont/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/ftfont/SConscript') diff --git a/source/blender/ftfont/SConscript b/source/blender/ftfont/SConscript index cf6805d6bb3..615b274677c 100644 --- a/source/blender/ftfont/SConscript +++ b/source/blender/ftfont/SConscript @@ -4,7 +4,7 @@ Import ('env') sources = env.Glob('intern/*.cpp') -incs = '. intern ../blenkernel ../blenlib ../makesdna' +incs = '. intern ../blenkernel ../blenlib ../makesdna ../include' incs += ' ' + env['BF_FTGL_INC'] incs += ' ' + env['BF_FREETYPE_INC'] incs += ' ' + env['BF_GETTEXT_INC'] -- cgit v1.2.3