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:
authorJoilnen Leite <joilnen.leite@gmail.com>2007-07-30 19:59:16 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2007-07-30 19:59:16 +0400
commit443a64135ea25b19cb5212c99cf85444ebb782d0 (patch)
tree75acf4f51b07f382b5bf81135b85b4c151e6db1f /source/blender/ftfont/SConscript
parentecd42c43427dd9abd8371554e623b64103587e2f (diff)
Font preview
Diffstat (limited to 'source/blender/ftfont/SConscript')
-rw-r--r--source/blender/ftfont/SConscript2
1 files changed, 1 insertions, 1 deletions
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']