From 473d00943b331ca1b819b3ddb9262e08774188a0 Mon Sep 17 00:00:00 2001 From: Diego Borghetti Date: Tue, 17 Feb 2009 19:57:05 +0000 Subject: And another scons fix, hope now work!! --- source/blender/blenfont/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenfont') diff --git a/source/blender/blenfont/SConscript b/source/blender/blenfont/SConscript index 909bba8bd29..fb162cdd80b 100644 --- a/source/blender/blenfont/SConscript +++ b/source/blender/blenfont/SConscript @@ -5,6 +5,7 @@ Import ('env') sources = env.Glob('intern/*.c') incs = '. intern #/intern/guardedalloc ../blenkernel ../blenlib ../makesdna ../ftfont ../editors/include' +incs += ' #/extern/glew/include' incs += ' ' + env['BF_FTGL_INC'] incs += ' ' + env['BF_FREETYPE_INC'] incs += ' ' + env['BF_GETTEXT_INC'] -- cgit v1.2.3