From 6597ac3657dde537be42e728027abb3ba1cc0474 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Sun, 19 Jan 2003 09:04:23 +0000 Subject: [PATCH] I updated the sumo includes paths to point to the right places... Probably can just remove the lines from these files but ohh well :) Kent --- source/blender/src/Makefile | 2 +- source/gameengine/GamePlayer/common/windows/Makefile | 4 ++-- source/gameengine/GamePlayer/ghost/Makefile | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile index bf4ad12affa..50679ebfdf6 100644 --- a/source/blender/src/Makefile +++ b/source/blender/src/Makefile @@ -84,7 +84,7 @@ CPPFLAGS += -I../../gameengine/SoundSystem # Only used by py_demo.c !!! CPPFLAGS += -I../radiosity/extern/include -CPPFLAGS += -I$(SRCHOME)/sumo/include +CPPFLAGS += -I$(SRCHOME)/gameengine/Physics/Sumo/include CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include CPPFLAGS += -I$(NAN_DECIMATION)/include diff --git a/source/gameengine/GamePlayer/common/windows/Makefile b/source/gameengine/GamePlayer/common/windows/Makefile index bc8d1da6f9a..03155dd894a 100644 --- a/source/gameengine/GamePlayer/common/windows/Makefile +++ b/source/gameengine/GamePlayer/common/windows/Makefile @@ -47,8 +47,8 @@ CPPFLAGS += -I$(SRCHOME)/gameengine/SoundSystem CPPFLAGS += -I$(SRCHOME)/gameengine/Network CPPFLAGS += -I$(SRCHOME)/gameengine/Network/LoopBackNetwork -CPPFLAGS += -I$(SRCHOME)/sumo/Fuzzics/include -CPPFLAGS += -I$(SRCHOME)/sumo/include +CPPFLAGS += -I$(SRCHOME)/gameengine/Physics/Sumo/Fuzzics/include +CPPFLAGS += -I$(SRCHOME)/gameengine/Physics/Sumo/include CPPFLAGS += -I$(NAN_MOTO)/include CPPFLAGS += -I$(NAN_STRING)/include diff --git a/source/gameengine/GamePlayer/ghost/Makefile b/source/gameengine/GamePlayer/ghost/Makefile index ba6d2b23718..8498ecf7d07 100644 --- a/source/gameengine/GamePlayer/ghost/Makefile +++ b/source/gameengine/GamePlayer/ghost/Makefile @@ -60,8 +60,9 @@ CPPFLAGS += -I../../SoundSystem CPPFLAGS += -I../../SoundSystem/SND_OpenAL # Sumo -CPPFLAGS += -I../../../sumo/Fuzzics/include -CPPFLAGS += -I../../../sumo/include +CPPFLAGS += -I$(SRCHOME)/gameengine/Physics/Sumo/include +CPPFLAGS += -I$(SRCHOME)/gameengine/Physics/Sumo/Fuzzics/include + CPPFLAGS += -I$(NAN_MOTO)/include # Blender includes