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)
This commit is contained in:
Maarten Gribnau 2002-11-04 20:22:33 +00:00
parent 3def6dafab
commit 0698cafb6a

@ -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