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:
authorErwin Coumans <blender@erwincoumans.com>2002-10-21 23:23:52 +0400
committerErwin Coumans <blender@erwincoumans.com>2002-10-21 23:23:52 +0400
commitb8c8715c20713a79aaa9354238f3d4899142cb24 (patch)
treec5eeec838a5eb3f5827a3a569189d64e3a2c15dd /source/gameengine/GameLogic/Makefile
parentae459bfc120e2fa388e6c82b7da26ac03a300bb8 (diff)
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
Diffstat (limited to 'source/gameengine/GameLogic/Makefile')
-rw-r--r--source/gameengine/GameLogic/Makefile2
1 files changed, 1 insertions, 1 deletions
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
+