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:
authorChris Want <cwant@ualberta.ca>2004-08-27 02:42:44 +0400
committerChris Want <cwant@ualberta.ca>2004-08-27 02:42:44 +0400
commit95b9534d2bc9a6d79134eba9c82bb5f398f09113 (patch)
treee154b43ae5b1f37a2cb1db479e350761ef0630ef /source/gameengine
parentbd768e00f3b268f0a3ce66ecb0ac7dcf1a860cf5 (diff)
We don't use ODE anymore, so I commented out some lines that make it
required to build.
Diffstat (limited to 'source/gameengine')
-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 7aee1a01cd1..a921848cfa7 100644
--- a/source/gameengine/Physics/Makefile
+++ b/source/gameengine/Physics/Makefile
@@ -36,6 +36,6 @@ include nan_definitions.mk
SOURCEDIR = source/gameengine/Physics
DIR = $(OCGDIR)/gameengine/blphys
DIRS = common Sumo Dummy
-DIRS += BlOde
+#DIRS += BlOde
include nan_subdirs.mk