[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24748] trunk/blender/source/blender/ editors/armature/SConscript: Patch #19952: [2.5] repeated include entry in SConscript for blender/editors/armature

Joshua Leung aligorith at gmail.com
Sun Nov 22 04:00:03 CET 2009


Revision: 24748
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24748
Author:   aligorith
Date:     2009-11-22 03:59:52 +0100 (Sun, 22 Nov 2009)

Log Message:
-----------
Patch #19952: [2.5] repeated include entry in SConscript for blender/editors/armature

Second #/intern/guardedalloc include removed. Thanks Jeff Doyle (nfz) for the patch.

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

Modified: trunk/blender/source/blender/editors/armature/SConscript
===================================================================
--- trunk/blender/source/blender/editors/armature/SConscript	2009-11-22 01:53:01 UTC (rev 24747)
+++ trunk/blender/source/blender/editors/armature/SConscript	2009-11-22 02:59:52 UTC (rev 24748)
@@ -5,7 +5,7 @@
 
 incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
 incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
-incs += ' ../../render/extern/include #/intern/guardedalloc'
+incs += ' ../../render/extern/include'
 incs += ' ../../gpu ../../makesrna #/intern/opennl/extern'
 
 if env['OURPLATFORM'] == 'linux2':





More information about the Bf-blender-cvs mailing list