From b8c8715c20713a79aaa9354238f3d4899142cb24 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 21 Oct 2002 19:23:52 +0000 Subject: moved KX_Python_... files from ketsji to expressions (ketsji was a very wrong location because it caused circular dependencies between expressions, gamelogic and ketsji) expressions and game logic are not dependent on ketsji anymore (only the other way around) also removed circular includes in makefiles and projectfiles --- source/gameengine/GameLogic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/GameLogic/Makefile') diff --git a/source/gameengine/GameLogic/Makefile b/source/gameengine/GameLogic/Makefile index 6de9ba0b145..6af79ae7cfe 100644 --- a/source/gameengine/GameLogic/Makefile +++ b/source/gameengine/GameLogic/Makefile @@ -43,5 +43,5 @@ CPPFLAGS += -I$(NAN_STRING)/include CPPFLAGS += -I$(NAN_MOTO)/include CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION) CPPFLAGS += -I../../kernel/gen_system -CPPFLAGS += -I../Ketsji + -- cgit v1.2.3