[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28663] trunk/blender/source/blender/ editors/space_console/SConscript: Scons compile fix for SVN 28661.

Thomas Dinges dingto at gmx.de
Sat May 8 09:48:37 CEST 2010


Revision: 28663
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28663
Author:   dingto
Date:     2010-05-08 09:48:37 +0200 (Sat, 08 May 2010)

Log Message:
-----------
Scons compile fix for SVN 28661.
* Missing 'blenloader' include. 

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_console/SConscript

Modified: trunk/blender/source/blender/editors/space_console/SConscript
===================================================================
--- trunk/blender/source/blender/editors/space_console/SConscript	2010-05-08 07:34:01 UTC (rev 28662)
+++ trunk/blender/source/blender/editors/space_console/SConscript	2010-05-08 07:48:37 UTC (rev 28663)
@@ -14,6 +14,7 @@
 	'../../blenlib',
 	'../../windowmanager',
 	'../../blenfont',
+	'../../blenloader',
 ]
 
 if not env['WITH_BF_PYTHON']:





More information about the Bf-blender-cvs mailing list