[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54726] trunk/blender/source/gameengine/ Physics/Dummy/SConscript: Fix scons compile

jens verwiebe info at jensverwiebe.de
Thu Feb 21 20:23:41 CET 2013


Revision: 54726
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54726
Author:   jensverwiebe
Date:     2013-02-21 19:23:41 +0000 (Thu, 21 Feb 2013)
Log Message:
-----------
Fix scons compile

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/Dummy/SConscript

Modified: trunk/blender/source/gameengine/Physics/Dummy/SConscript
===================================================================
--- trunk/blender/source/gameengine/Physics/Dummy/SConscript	2013-02-21 19:04:39 UTC (rev 54725)
+++ trunk/blender/source/gameengine/Physics/Dummy/SConscript	2013-02-21 19:23:41 UTC (rev 54726)
@@ -29,7 +29,7 @@
 
 sources = 'DummyPhysicsEnvironment.cpp'
 
-incs = '. ../common'
+incs = '. ../common ../../../../intern/moto/include'
 
 defs = []
 




More information about the Bf-blender-cvs mailing list