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:
authorMaarten Gribnau <mail@maartengribnau.com>2002-11-05 23:20:50 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-11-05 23:20:50 +0300
commit2d5514be28cc674e1ecdbe1fb8bad05b4bbaec81 (patch)
treea9566805fdccdda54c6e5c96413ab7eff0af1c0d /source/gameengine/Physics/Makefile
parent7c59c12dc0932cc5ee8546f0b82c7104b019030a (diff)
Brought back the sumo physics controllers and undid game engine make file
changes. Instead modified the top level nan_definitions.mk to point the NAN_SUMO and NAN_FUZZICS to the right locations. Maarten
Diffstat (limited to 'source/gameengine/Physics/Makefile')
-rw-r--r--source/gameengine/Physics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Makefile b/source/gameengine/Physics/Makefile
index a3c711e52a2..349c225e7ee 100644
--- a/source/gameengine/Physics/Makefile
+++ b/source/gameengine/Physics/Makefile
@@ -35,6 +35,6 @@ include nan_definitions.mk
SOURCEDIR = source/gameengine/Physics
DIR = $(OCGDIR)/gameengine/blphys
-DIRS = common Dummy BlOde
+DIRS = common Sumo Dummy BlOde
include nan_subdirs.mk