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:
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/gameengine/GamePlayer/common/windows
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/gameengine/GamePlayer/common/windows')
-rw-r--r--source/gameengine/GamePlayer/common/windows/Makefile4
1 files changed, 2 insertions, 2 deletions
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