[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50570] branches/soc-2011-tomato/source/ blender/blenfont/SConscript: Fix typo in blenfont sconscript, broke compile

jens verwiebe info at jensverwiebe.de
Thu Sep 13 10:09:12 CEST 2012


Revision: 50570
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50570
Author:   jensverwiebe
Date:     2012-09-13 08:09:12 +0000 (Thu, 13 Sep 2012)
Log Message:
-----------
Fix typo in blenfont sconscript, broke compile

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/blenfont/SConscript

Modified: branches/soc-2011-tomato/source/blender/blenfont/SConscript
===================================================================
--- branches/soc-2011-tomato/source/blender/blenfont/SConscript	2012-09-13 05:29:38 UTC (rev 50569)
+++ branches/soc-2011-tomato/source/blender/blenfont/SConscript	2012-09-13 08:09:12 UTC (rev 50570)
@@ -4,7 +4,7 @@
 
 sources = env.Glob('intern/*.c')
 
-incs = '. intern  #/intern/guardedalloc ../blenkernel ../blenlib ../makesdna ,,/imbuf ../editors/include'
+incs = '. intern  #/intern/guardedalloc ../blenkernel ../blenlib ../makesdna ../imbuf ../editors/include'
 incs += ' #/extern/glew/include'
 incs += ' ' + env['BF_FREETYPE_INC']
 incs += ' ' + env['BF_GETTEXT_INC']




More information about the Bf-blender-cvs mailing list