From 3ba949b0505d725a464735e56df05a97eefffdfa Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 11 Aug 2009 18:39:27 +0000 Subject: [PATCH] Added libsamplerate.a in Makefile The structure for names where this lib is could need fix... will need feedback from other make users. Also Python lib in svn is wrong, intel lib??? --- source/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Makefile b/source/Makefile index e260f71f6ec..aa226d27668 100644 --- a/source/Makefile +++ b/source/Makefile @@ -75,6 +75,7 @@ endif # PLUGAPPLIB libs that form the application to be plugged in # Note: the order is important here + GRPLIB = $(OCGDIR)/creator/$(DEBUG_DIR)libcreator.a GRPLIB += $(OCGDIR)/blender/windowmanager/$(DEBUG_DIR)libwindowmanager.a GRPLIB += $(NAN_BSP)/lib/$(DEBUG_DIR)libbsp.a @@ -108,6 +109,7 @@ COMLIB += $(OCGDIR)/blender/blenfont/$(DEBUG_DIR)libblenfont.a COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaudaspace.a COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_src.a COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_fx.a +COMLIB += $(LCGDIR)/samplerate/lib/libsamplerate.a ifneq ($(NAN_NO_KETSJI),true) COMLIB += $(OCGDIR)/gameengine/bloutines/$(DEBUG_DIR)libbloutines.a