I needed to update the path to libfrozen on the linking also

missed it before.

Kent
--
mein@cs.umn.edu
This commit is contained in:
Kent Mein 2002-11-08 10:16:47 +00:00
parent 7325eff128
commit fbdf58fe29

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