From 405c2676ca88967afd7453046088db194103f28f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 5 Jan 2005 17:32:15 +0000 Subject: [PATCH] Had to add a circular dependancy fix for debugging version of blenderplayer on linux: I added this after the yafray library. COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a Kent --- source/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Makefile b/source/Makefile index 27ff63c7445..8ff8b79bf21 100644 --- a/source/Makefile +++ b/source/Makefile @@ -148,6 +148,7 @@ endif COMLIB += $(NAN_BMFONT)/lib/$(DEBUG_DIR)libbmfont.a COMLIB += $(NAN_PNG)/lib/libpng.a COMLIB += $(OCGDIR)/blender/yafray/$(DEBUG_DIR)libyafrayexport.a + COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a ifeq ($(WITH_QUICKTIME), true) COMLIB += $(OCGDIR)/blender/blenderqt/$(DEBUG_DIR)libblenderqt.a endif