[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21109] branches/blender2.5/blender/source /gameengine/Expressions/Makefile: 2.5

Ton Roosendaal ton at blender.org
Tue Jun 23 18:57:46 CEST 2009


Revision: 21109
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21109
Author:   ton
Date:     2009-06-23 18:57:46 +0200 (Tue, 23 Jun 2009)

Log Message:
-----------
2.5

Game engine Makefile update.

Note to coders: including BLO_ for only intptr typedef is ehh... not
so nice. But it should not have been added there in first place.
(BLO_ = .blend file read/write). Nice for a future cleanup. :)

Also goes for ED_ includes btw, = bad level call for GE! If you need
it to get things work now, fine, but it will make player impossible.

Modified Paths:
--------------
    branches/blender2.5/blender/source/gameengine/Expressions/Makefile

Modified: branches/blender2.5/blender/source/gameengine/Expressions/Makefile
===================================================================
--- branches/blender2.5/blender/source/gameengine/Expressions/Makefile	2009-06-23 16:27:35 UTC (rev 21108)
+++ branches/blender2.5/blender/source/gameengine/Expressions/Makefile	2009-06-23 16:57:46 UTC (rev 21109)
@@ -37,6 +37,7 @@
 
 CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
 CPPFLAGS += -I../../blender/makesdna
+CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 
 CPPFLAGS += -I$(NAN_STRING)/include
 CPPFLAGS += -I$(NAN_MOTO)/include





More information about the Bf-blender-cvs mailing list