Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-06-23 20:57:46 +0400
committerTon Roosendaal <ton@blender.org>2009-06-23 20:57:46 +0400
commit61e7734aaf983d0f4ce3287aef4b702e5b235d05 (patch)
tree85c6793148a24e6b89595be01bf35fb218429529 /source/gameengine/Expressions/Makefile
parentcb59bf722e597899c0653777f72bcc85ab476eca (diff)
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.
Diffstat (limited to 'source/gameengine/Expressions/Makefile')
-rw-r--r--source/gameengine/Expressions/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Expressions/Makefile b/source/gameengine/Expressions/Makefile
index f46c0037200..09512c3ae87 100644
--- a/source/gameengine/Expressions/Makefile
+++ b/source/gameengine/Expressions/Makefile
@@ -37,6 +37,7 @@ CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
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