From ac699ba67203fa11c8098e821fc93f2ae747324e Mon Sep 17 00:00:00 2001 From: Maarten Gribnau Date: Thu, 19 Dec 2002 21:14:18 +0000 Subject: [PATCH] Used NAN_ODE to point to the ode lib location. Maarten --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index 46cb6da6b24..467b68ce9ed 100644 --- a/source/Makefile +++ b/source/Makefile @@ -134,7 +134,7 @@ PYPLAYERLIB ?= $(PYLIB) COMLIB += $(OCGDIR)/gameengine/blconverter/$(DEBUG_DIR)libblconverter.a COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a COMLIB += $(OCGDIR)/gameengine/blphys/blode/$(DEBUG_DIR)libblode.a - COMLIB += $(SRCHOME)/ode/lib/libode.a + COMLIB += $(NAN_ODE)/lib/libode.a # COMLIB += $(OCGDIR)/gameengine/blphys/sumo/$(DEBUG_DIR)libsumo.a COMLIB += $(OCGDIR)/gameengine/blphys/dummy/$(DEBUG_DIR)libdummy.a COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a