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>2002-11-06 05:09:02 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-06 05:09:02 +0300
commit97827c21d00f30dd45317c9206c3eed75654eabc (patch)
tree3eab47f6eadff5d128eb183cd0c00e5c445d03f9
parent0a21a70463ce0e35d1ea7251cd6d49a0db5ee758 (diff)
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
-rw-r--r--source/gameengine/GamePlayer/common/unix/Makefile4
1 files 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