Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-08-11 22:39:27 +0400
committerTon Roosendaal <ton@blender.org>2009-08-11 22:39:27 +0400
commit3ba949b0505d725a464735e56df05a97eefffdfa (patch)
treeed5458308101e2ee067755247c5b4be5f0329816 /source/Makefile
parentcf23d1948f6d8ed890e9a94022b13ccf0146437b (diff)
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???
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 2 insertions, 0 deletions
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