[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43780] branches/soc-2008-mxcurioni/source /blender/windowmanager/SConscript: Fix for a compiler error with SCons.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Mon Jan 30 21:09:55 CET 2012


Revision: 43780
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43780
Author:   kjym3
Date:     2012-01-30 20:09:50 +0000 (Mon, 30 Jan 2012)
Log Message:
-----------
Fix for a compiler error with SCons.
Problem report from vicentecarro through the BA Freestyle thread, thanks!

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript

Modified: branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript	2012-01-30 19:55:30 UTC (rev 43779)
+++ branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript	2012-01-30 20:09:50 UTC (rev 43780)
@@ -11,6 +11,7 @@
 incs += ' ../nodes ../imbuf ../blenloader ../render/extern/include'
 incs += ' ../radiosity/extern/include'
 incs += ' ../makesrna ../gpu ../blenfont'
+incs += ' ../freestyle'
 
 incs += ' #/intern/guardedalloc #/intern/memutil #/intern/ghost'
 incs += ' #/intern/elbeem #/extern/glew/include'




More information about the Bf-blender-cvs mailing list