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-28 22:09:19 +0400
committerTon Roosendaal <ton@blender.org>2009-06-28 22:09:19 +0400
commitbb1f24ac443bcc386cf2cc3765609aaf9bf51db1 (patch)
treed5d7b1ed408cc8e772a2a3cc6039d9927a8d5fcf /source/gameengine/BlenderRoutines/Makefile
parent13ec1fbfa4e520b5c85c2909f1b310bc5f9bf48b (diff)
2.5
Make include to make GE compile. Py 2.3 doesnt compile expressions/Value.cpp btw... Value.cpp:616: error: 'class PyObjectPlus' has no member named 'ob_type' Probably need to wait for py 3.1 :)
Diffstat (limited to 'source/gameengine/BlenderRoutines/Makefile')
-rw-r--r--source/gameengine/BlenderRoutines/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/BlenderRoutines/Makefile b/source/gameengine/BlenderRoutines/Makefile
index 549e466c4e0..ffa99a0c1b2 100644
--- a/source/gameengine/BlenderRoutines/Makefile
+++ b/source/gameengine/BlenderRoutines/Makefile
@@ -54,6 +54,7 @@ CPPFLAGS += -I../../blender/render/extern/include
CPPFLAGS += -I../../blender/blenloader
CPPFLAGS += -I../../blender/blenfont
CPPFLAGS += -I../../blender/gpu
+CPPFLAGS += -I../../blender/makesrna
CPPFLAGS += -I../Converter
CPPFLAGS += -I../Expressions
CPPFLAGS += -I../GameLogic