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
This commit is contained in:
2003-01-19 09:04:23 +00:00
parent 9891e69065
commit 6597ac3657
3 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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