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-12-17 01:31:50 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-12-17 01:31:50 +0300
commiteb12ae40dc56c8074e5f543f2628cbca04582983 (patch)
treea698e6d8f330797a1ff6bf631c07eea34e1729c7
parent8b9b761e978369658b3afea8e3cd1822ce4a3cf1 (diff)
Removed Ode build from OSX target.
This is now replaced by the Ode lib in CVS. Maarten
-rw-r--r--source/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 041121acb07..46cb6da6b24 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -38,7 +38,10 @@ endif
include nan_definitions.mk
-DIRS = ode creator blender kernel gameengine
+DIRS = creator blender kernel gameengine
+ifneq ($(OS),darwin)
+ DIRS += ode
+endif
ifeq ($(OS),windows)
DIRS += icons