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
This commit is contained in:
@@ -41,5 +41,4 @@ CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
CPPFLAGS += -I../Ketsji
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user