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/blender/src/Makefile
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/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile2
1 files changed, 1 insertions, 1 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