From eb12ae40dc56c8074e5f543f2628cbca04582983 Mon Sep 17 00:00:00 2001 From: Maarten Gribnau Date: Mon, 16 Dec 2002 22:31:50 +0000 Subject: [PATCH] Removed Ode build from OSX target. This is now replaced by the Ode lib in CVS. Maarten --- source/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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