From 97827c21d00f30dd45317c9206c3eed75654eabc Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 6 Nov 2002 02:09:02 +0000 Subject: [PATCH] I Just modified the Makefile to use the definitions instead of hard paths. -CPPFLAGS += -I../../../../sumo/Fuzzics/include -CPPFLAGS += -I../../../../sumo/include +CPPFLAGS += -I$(NAN_FUZZICS)/include +CPPFLAGS += -I$(NAN_SUMO)/include Kent -- mein@cs.umn.edu --- source/gameengine/GamePlayer/common/unix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gameengine/GamePlayer/common/unix/Makefile b/source/gameengine/GamePlayer/common/unix/Makefile index 5f6a52ded9a..cbc3a358b40 100644 --- a/source/gameengine/GamePlayer/common/unix/Makefile +++ b/source/gameengine/GamePlayer/common/unix/Makefile @@ -64,8 +64,8 @@ else CPPFLAGS += -I../../../../gameengine/SoundSystem/SND_Dummy endif -CPPFLAGS += -I../../../../sumo/Fuzzics/include -CPPFLAGS += -I../../../../sumo/include +CPPFLAGS += -I$(NAN_FUZZICS)/include +CPPFLAGS += -I$(NAN_SUMO)/include CPPFLAGS += -I$(NAN_MOTO)/include CPPFLAGS += -I$(NAN_BMFONT)/include