From 0698cafb6a66459502ab8d9491df862f6b7fc22b Mon Sep 17 00:00:00 2001 From: Maarten Gribnau Date: Mon, 4 Nov 2002 20:22:33 +0000 Subject: [PATCH] removed last traces of sumo for Makefile users 1. Removed KX_SumoPhysicsController.h and KX_SumoPhysicsController.cpp 2. Changed some Makefiles to skip sumo Maarten (mail@maartengribnau.com) --- source/gameengine/Physics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gameengine/Physics/Makefile b/source/gameengine/Physics/Makefile index 349c225e7ee..a3c711e52a2 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 BlOde +DIRS = common Dummy BlOde include nan_subdirs.mk