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:
authorNorman Lin <nlin@nlin.net>2002-10-18 18:36:34 +0400
committerNorman Lin <nlin@nlin.net>2002-10-18 18:36:34 +0400
commit1b1596178640ac4b0b75fd4b97ff08399a4c075d (patch)
tree35e4fc8ec9488e3ffb487627ee1de78329a09b85 /source/gameengine/Physics/Makefile
parent40a078a36d9829038b8f5cc1d8722110a50c8c7d (diff)
First checkin of core ODE functionality. See OdePhysicsController.cpp for a todo list.
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 c04ccb175aa..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 Sumo Dummy
+DIRS = common Sumo Dummy BlOde
include nan_subdirs.mk