[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23302] branches/itasc/source/blender/ editors: iTaSC: Update scons+cmake

Benoit Bolsee benoit.bolsee at online.be
Thu Sep 17 14:54:48 CEST 2009


Revision: 23302
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23302
Author:   ben2610
Date:     2009-09-17 14:54:48 +0200 (Thu, 17 Sep 2009)

Log Message:
-----------
iTaSC: Update scons+cmake

Modified Paths:
--------------
    branches/itasc/source/blender/editors/CMakeLists.txt
    branches/itasc/source/blender/editors/object/Makefile
    branches/itasc/source/blender/editors/object/SConscript

Modified: branches/itasc/source/blender/editors/CMakeLists.txt
===================================================================
--- branches/itasc/source/blender/editors/CMakeLists.txt	2009-09-17 11:59:32 UTC (rev 23301)
+++ branches/itasc/source/blender/editors/CMakeLists.txt	2009-09-17 12:54:48 UTC (rev 23302)
@@ -40,6 +40,7 @@
 	../nodes
 	../gpu
 	../blenfont
+	../ikplugin
 )
 
 IF(WITH_GAMEENGINE)

Modified: branches/itasc/source/blender/editors/object/Makefile
===================================================================
--- branches/itasc/source/blender/editors/object/Makefile	2009-09-17 11:59:32 UTC (rev 23301)
+++ branches/itasc/source/blender/editors/object/Makefile	2009-09-17 12:54:48 UTC (rev 23302)
@@ -47,6 +47,7 @@
 CPPFLAGS += -I../../makesrna
 CPPFLAGS += -I../../python
 CPPFLAGS += -I../../imbuf
+CPPFLAGS += -I../../ikplugin
 
 # own include 
 

Modified: branches/itasc/source/blender/editors/object/SConscript
===================================================================
--- branches/itasc/source/blender/editors/object/SConscript	2009-09-17 11:59:32 UTC (rev 23301)
+++ branches/itasc/source/blender/editors/object/SConscript	2009-09-17 12:54:48 UTC (rev 23302)
@@ -6,7 +6,7 @@
 incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
 incs += ' ../../windowmanager #/intern/guardedalloc'
 incs += ' #/intern/guardedalloc'
-incs += ' ../../makesrna ../../python'
+incs += ' ../../makesrna ../../python ../../ikplugin'
 
 defs = []
 





More information about the Bf-blender-cvs mailing list