From 906c75396aa7cc4609b72b9706204c22b229b1fc Mon Sep 17 00:00:00 2001 From: Michel Selten Date: Mon, 5 Jan 2004 21:30:26 +0000 Subject: SCons updates: * Removed debug print in ftfont. * Added FreeType/FTGL support to the Linux build. NOTE: This feature is on by default, but depends on the pre-build libraries. So checkout the lib directory. The lib dir should be on the same level as the blender dir. (In case you didn't know). --- source/blender/ftfont/SConscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/ftfont') diff --git a/source/blender/ftfont/SConscript b/source/blender/ftfont/SConscript index ef359bebd46..d75b2abfc37 100644 --- a/source/blender/ftfont/SConscript +++ b/source/blender/ftfont/SConscript @@ -12,8 +12,6 @@ include_paths = ['.', '../blenlib', '../makesdna'] -print defines - ftf_env = Environment() ftf_env.Append(CPPPATH = extra_includes) ftf_env.Append(CPPPATH = include_paths) -- cgit v1.2.3