From aba5557028460e4647ff29e7fa71662e5a4104d5 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Mon, 26 Mar 2007 00:22:37 +0000 Subject: Need nodes libs before imbuf lib when linking blenderplayer --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 3d2f79ce7a7..222e197454a 100644 --- a/source/Makefile +++ b/source/Makefile @@ -98,10 +98,10 @@ PYPLAYERLIB ?= $(PYLIB) COMLIB += $(NAN_DECIMATION)/lib/libdecimation.a COMLIB += $(OCGDIR)/blender/blenloader/$(DEBUG_DIR)libblenloader.a COMLIB += $(OCGDIR)/blender/blenpluginapi/$(DEBUG_DIR)libblenpluginapi.a - COMLIB += $(OCGDIR)/blender/imbuf/$(DEBUG_DIR)libimbuf.a COMLIB += $(OCGDIR)/blender/nodes/$(DEBUG_DIR)libnodes.a COMLIB += $(OCGDIR)/blender/nodes_shd/$(DEBUG_DIR)libnodes_shd.a COMLIB += $(OCGDIR)/blender/nodes_cmp/$(DEBUG_DIR)libnodes_cmp.a + COMLIB += $(OCGDIR)/blender/imbuf/$(DEBUG_DIR)libimbuf.a COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a COMLIB += $(NAN_JPEG)/lib/libjpeg.a -- cgit v1.2.3