[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38190] trunk/blender/source/gameengine/ GamePlayer/ghost/SConscript: Fix compile with scons, after thread commit in r38185

Nathan Letwory nathan at letworyinteractive.com
Thu Jul 7 15:57:21 CEST 2011


Revision: 38190
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38190
Author:   jesterking
Date:     2011-07-07 13:57:20 +0000 (Thu, 07 Jul 2011)
Log Message:
-----------
Fix compile with scons, after thread commit in r38185

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38185

Modified Paths:
--------------
    trunk/blender/source/gameengine/GamePlayer/ghost/SConscript

Modified: trunk/blender/source/gameengine/GamePlayer/ghost/SConscript
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/ghost/SConscript	2011-07-07 11:29:36 UTC (rev 38189)
+++ trunk/blender/source/gameengine/GamePlayer/ghost/SConscript	2011-07-07 13:57:20 UTC (rev 38190)
@@ -40,6 +40,8 @@
         '#source/blender/gpu',
         '#extern/glew/include']
 
+incs.append(env['BF_PTHREADS_INC'])
+
 defs = [ 'GLEW_STATIC' ]
 
 if env['WITH_BF_PYTHON']:




More information about the Bf-blender-cvs mailing list