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:
authorDiego Borghetti <bdiego@gmail.com>2009-02-17 22:57:05 +0300
committerDiego Borghetti <bdiego@gmail.com>2009-02-17 22:57:05 +0300
commit473d00943b331ca1b819b3ddb9262e08774188a0 (patch)
treed0b51d9da6f6a5a9106bc9542bf545af1ea6c80a /source/blender/blenfont
parent38410b63a60a70faf0b82b6b2ec4172013dd2af1 (diff)
And another scons fix, hope now work!!
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/SConscript b/source/blender/blenfont/SConscript
index 909bba8bd29..fb162cdd80b 100644
--- a/source/blender/blenfont/SConscript
+++ b/source/blender/blenfont/SConscript
@@ -5,6 +5,7 @@ Import ('env')
sources = env.Glob('intern/*.c')
incs = '. intern #/intern/guardedalloc ../blenkernel ../blenlib ../makesdna ../ftfont ../editors/include'
+incs += ' #/extern/glew/include'
incs += ' ' + env['BF_FTGL_INC']
incs += ' ' + env['BF_FREETYPE_INC']
incs += ' ' + env['BF_GETTEXT_INC']