From 227a8b7d16f28db340555ed94b2617ac34775e7f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 14 Jan 2003 19:08:56 +0000 Subject: [PATCH] I took out adding ode to the directorys to build in blender/source/Makefile since its no longer there. Here is the diff. Kent Index: Makefile =================================================================== RCS file: /cvsroot/bf-blender/blender/source/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 11 Jan 2003 22:47:48 -0000 1.24 +++ Makefile 14 Jan 2003 19:06:59 -0000 @@ -39,9 +39,6 @@ include nan_definitions.mk DIRS = creator blender kernel gameengine -ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix linux")) - DIRS += ode -endif --- source/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/Makefile b/source/Makefile index f37392341de..c1329424733 100644 --- a/source/Makefile +++ b/source/Makefile @@ -39,9 +39,6 @@ endif include nan_definitions.mk DIRS = creator blender kernel gameengine -ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix linux")) - DIRS += ode -endif ifeq ($(OS),windows) DIRS += icons