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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-02-17 22:37:47 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-02-17 22:37:47 +0300
commit8c8792bb127b0b1c33d35e78574e30fa29bd6279 (patch)
tree0c5242d2b9500bd80fd32d7a2c898eef5b46d1c6 /source/blender/blenfont/SConscript
parentbd33237830aa72143d6e6c23f0882468fb9960dd (diff)
2.5: fix to make blenfont module compile with scons.
Diffstat (limited to 'source/blender/blenfont/SConscript')
-rw-r--r--source/blender/blenfont/SConscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/blenfont/SConscript b/source/blender/blenfont/SConscript
index f4eddefe8fd..909bba8bd29 100644
--- a/source/blender/blenfont/SConscript
+++ b/source/blender/blenfont/SConscript
@@ -4,7 +4,10 @@ Import ('env')
sources = env.Glob('intern/*.c')
-incs = '. intern #/intern/guardedalloc ../blenkernel ../blenlib ../makesdna ../ftfont ../../editors/include'
+incs = '. intern #/intern/guardedalloc ../blenkernel ../blenlib ../makesdna ../ftfont ../editors/include'
+incs += ' ' + env['BF_FTGL_INC']
+incs += ' ' + env['BF_FREETYPE_INC']
+incs += ' ' + env['BF_GETTEXT_INC']
defs = ''