[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33938] branches/particles-2010/source/ blender/makesrna/SConscript: Fixed scons build files ( missing nodes include directory in rna)

Lukas Toenne lukas.toenne at googlemail.com
Wed Dec 29 16:06:15 CET 2010


Revision: 33938
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33938
Author:   lukastoenne
Date:     2010-12-29 16:06:15 +0100 (Wed, 29 Dec 2010)

Log Message:
-----------
Fixed scons build files (missing nodes include directory in rna)

Modified Paths:
--------------
    branches/particles-2010/source/blender/makesrna/SConscript

Modified: branches/particles-2010/source/blender/makesrna/SConscript
===================================================================
--- branches/particles-2010/source/blender/makesrna/SConscript	2010-12-29 12:52:06 UTC (rev 33937)
+++ branches/particles-2010/source/blender/makesrna/SConscript	2010-12-29 15:06:15 UTC (rev 33938)
@@ -9,6 +9,7 @@
 incs = '#/intern/guardedalloc #/intern/memutil #/intern/audaspace/intern ../blenkernel ../blenlib ../makesdna intern .'
 incs += ' ../windowmanager ../editors/include ../gpu ../imbuf ../ikplugin ../blenfont'
 incs += ' ../render/extern/include'
+incs += ' ../nodes'
 
 defs = []
 





More information about the Bf-blender-cvs mailing list