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 :)
This commit is contained in:
Ton Roosendaal 2009-06-28 18:09:19 +00:00
parent 13ec1fbfa4
commit bb1f24ac44

@ -54,6 +54,7 @@ CPPFLAGS += -I../../blender/render/extern/include
CPPFLAGS += -I../../blender/blenloader CPPFLAGS += -I../../blender/blenloader
CPPFLAGS += -I../../blender/blenfont CPPFLAGS += -I../../blender/blenfont
CPPFLAGS += -I../../blender/gpu CPPFLAGS += -I../../blender/gpu
CPPFLAGS += -I../../blender/makesrna
CPPFLAGS += -I../Converter CPPFLAGS += -I../Converter
CPPFLAGS += -I../Expressions CPPFLAGS += -I../Expressions
CPPFLAGS += -I../GameLogic CPPFLAGS += -I../GameLogic