From ac47d081c4025d20074f5afadb5121135e8c055a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20Peuri=C3=A8re?= Date: Sat, 8 May 2004 01:34:39 +0000 Subject: post 2.33 release commit of the modified SCons files for Os X. Sconstruct modified so that Blender build on 10.3 without any additionnal download than source + darwin libs. defaults settings correct for 10.3. fixed bug # 1260 : added MT_NDEBUG flag at top-level. --- source/blender/ftfont/SConscript | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/ftfont') diff --git a/source/blender/ftfont/SConscript b/source/blender/ftfont/SConscript index bb73cc2cd73..81f5b2b603f 100644 --- a/source/blender/ftfont/SConscript +++ b/source/blender/ftfont/SConscript @@ -8,9 +8,10 @@ source_files = ['intern/FTF_Api.cpp', 'intern/FTF_TTFont.cpp'] include_paths = ['.', - 'intern', - '../blenlib', - '../makesdna'] + 'intern', + '../blenkernel', + '../blenlib', + '../makesdna'] ftf_env.Append(CPPPATH = extra_includes) ftf_env.Append(CPPPATH = include_paths) -- cgit v1.2.3