[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31814] branches/particles-2010/source/ blender/modifiers/SConscript: Fixed scons build script, missed rna include path for modifiers.

Lukas Toenne lukas.toenne at googlemail.com
Tue Sep 7 14:28:16 CEST 2010


Revision: 31814
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31814
Author:   lukastoenne
Date:     2010-09-07 14:28:16 +0200 (Tue, 07 Sep 2010)

Log Message:
-----------
Fixed scons build script, missed rna include path for modifiers.

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

Modified: branches/particles-2010/source/blender/modifiers/SConscript
===================================================================
--- branches/particles-2010/source/blender/modifiers/SConscript	2010-09-07 12:07:39 UTC (rev 31813)
+++ branches/particles-2010/source/blender/modifiers/SConscript	2010-09-07 12:28:16 UTC (rev 31814)
@@ -6,7 +6,7 @@
 incs = '. ./intern'
 incs += ' #/intern/guardedalloc #/intern/decimation/extern #/intern/bsp/extern #/intern/elbeem/extern'
 incs += ' ../render/extern/include'
-incs += ' ../include ../blenlib ../makesdna ../blenkernel ../blenkernel/intern'
+incs += ' ../include ../blenlib ../makesdna ../makesrna ../blenkernel ../blenkernel/intern'
 
 incs += ' ' + env['BF_ZLIB_INC']
 





More information about the Bf-blender-cvs mailing list