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
path: root/source
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-01-19 12:04:23 +0300
committerKent Mein <mein@cs.umn.edu>2003-01-19 12:04:23 +0300
commit6597ac3657dde537be42e728027abb3ba1cc0474 (patch)
tree8c654661357d78ad8803c7c3bab7b9cbf14565c3 /source
parent9891e6906504207b2a33760e7698a8bec9c4cd99 (diff)
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
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/Makefile2
-rw-r--r--source/gameengine/GamePlayer/common/windows/Makefile4
-rw-r--r--source/gameengine/GamePlayer/ghost/Makefile5
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