[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19015] branches/blender2.5/blender/source /blender/blenfont/SConscript: And another scons fix, hope now work!!

Diego Borghetti bdiego at gmail.com
Tue Feb 17 20:57:05 CET 2009


Revision: 19015
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19015
Author:   bdiego
Date:     2009-02-17 20:57:05 +0100 (Tue, 17 Feb 2009)

Log Message:
-----------
And another scons fix, hope now work!!

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/blenfont/SConscript

Modified: branches/blender2.5/blender/source/blender/blenfont/SConscript
===================================================================
--- branches/blender2.5/blender/source/blender/blenfont/SConscript	2009-02-17 19:55:20 UTC (rev 19014)
+++ branches/blender2.5/blender/source/blender/blenfont/SConscript	2009-02-17 19:57:05 UTC (rev 19015)
@@ -5,6 +5,7 @@
 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']





More information about the Bf-blender-cvs mailing list