From fbdf58fe2915c81973ad38ea5a0314a16032cb19 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 8 Nov 2002 10:16:47 +0000 Subject: [PATCH] I needed to update the path to libfrozen on the linking also missed it before. Kent -- mein@cs.umn.edu --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index d27c309a3c6..5913787aec0 100644 --- a/source/Makefile +++ b/source/Makefile @@ -113,7 +113,7 @@ PYPLAYERLIB ?= $(PYLIB) GRPLIB += $(OCGDIR)/blender/renderconverter/$(DEBUG_DIR)librenderconverter.a GRPLIB += $(OCGDIR)/blender/render/$(DEBUG_DIR)librender.a GRPLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libbpython.a - GRPLIB += $(NAN_PYTHON)/frozen/libfrozen.a + GRPLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libfrozen.a # nlin: the reason that some libraries appear more than once below is # to handle circular dependencies in linking among libraries... some