Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Selten <michel@mselten.demon.nl>2004-01-06 00:30:26 +0300
committerMichel Selten <michel@mselten.demon.nl>2004-01-06 00:30:26 +0300
commit906c75396aa7cc4609b72b9706204c22b229b1fc (patch)
tree9af59da6f1e03f3cdea8cba608a932f8b970edd1 /source/blender/ftfont
parentcea53c647339775cd213d1e4db319dcdcaa82e77 (diff)
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).
Diffstat (limited to 'source/blender/ftfont')
-rw-r--r--source/blender/ftfont/SConscript2
1 files changed, 0 insertions, 2 deletions
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)