[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21671] branches/blender2.5/blender/source /blender/editors/space_console/SConscript: worked for me but broke building for eman, this fixes ( both on linux which is confusing).

Campbell Barton ideasman42 at gmail.com
Sat Jul 18 09:01:16 CEST 2009


Revision: 21671
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21671
Author:   campbellbarton
Date:     2009-07-18 09:01:16 +0200 (Sat, 18 Jul 2009)

Log Message:
-----------
worked for me but broke building for eman, this fixes (both on linux which is confusing).

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

Modified: branches/blender2.5/blender/source/blender/editors/space_console/SConscript
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_console/SConscript	2009-07-18 05:26:47 UTC (rev 21670)
+++ branches/blender2.5/blender/source/blender/editors/space_console/SConscript	2009-07-18 07:01:16 UTC (rev 21671)
@@ -6,6 +6,7 @@
 
 incs = [
 	'../include',
+	'#extern/glew/include',
 	'#/intern/guardedalloc',
 	'../../makesdna',
 	'../../makesrna',





More information about the Bf-blender-cvs mailing list