[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29490] branches/render25/source/blender/ editors/armature: Render Branch: update build systems for automatic weighting changes.

Brecht Van Lommel brecht at blender.org
Wed Jun 16 20:15:59 CEST 2010


Revision: 29490
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29490
Author:   blendix
Date:     2010-06-16 20:15:59 +0200 (Wed, 16 Jun 2010)

Log Message:
-----------
Render Branch: update build systems for automatic weighting changes.

Modified Paths:
--------------
    branches/render25/source/blender/editors/armature/CMakeLists.txt
    branches/render25/source/blender/editors/armature/Makefile
    branches/render25/source/blender/editors/armature/SConscript

Modified: branches/render25/source/blender/editors/armature/CMakeLists.txt
===================================================================
--- branches/render25/source/blender/editors/armature/CMakeLists.txt	2010-06-16 16:42:40 UTC (rev 29489)
+++ branches/render25/source/blender/editors/armature/CMakeLists.txt	2010-06-16 18:15:59 UTC (rev 29490)
@@ -27,7 +27,6 @@
 	../../blenlib
 	../../makesdna
 	../../makesrna
-	../../render/extern/include
 	../../windowmanager
 	../../../../intern/guardedalloc
 	../../../../intern/opennl/extern

Modified: branches/render25/source/blender/editors/armature/Makefile
===================================================================
--- branches/render25/source/blender/editors/armature/Makefile	2010-06-16 16:42:40 UTC (rev 29489)
+++ branches/render25/source/blender/editors/armature/Makefile	2010-06-16 18:15:59 UTC (rev 29490)
@@ -50,7 +50,6 @@
 CPPFLAGS += -I../../python
 CPPFLAGS += -I../../gpu
 CPPFLAGS += -I../../makesrna
-CPPFLAGS += -I../../render/extern/include
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 
 # own include 

Modified: branches/render25/source/blender/editors/armature/SConscript
===================================================================
--- branches/render25/source/blender/editors/armature/SConscript	2010-06-16 16:42:40 UTC (rev 29489)
+++ branches/render25/source/blender/editors/armature/SConscript	2010-06-16 18:15:59 UTC (rev 29490)
@@ -5,7 +5,6 @@
 
 incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
 incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
-incs += ' ../../render/extern/include'
 incs += ' ../../gpu ../../makesrna #/intern/opennl/extern'
 
 if env['OURPLATFORM'] == 'linux2':





More information about the Bf-blender-cvs mailing list