[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22381] branches/blender2.5/blender/source /Makefile: Added libsamplerate.a in Makefile

Ton Roosendaal ton at blender.org
Tue Aug 11 20:39:27 CEST 2009


Revision: 22381
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22381
Author:   ton
Date:     2009-08-11 20:39:27 +0200 (Tue, 11 Aug 2009)

Log Message:
-----------
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???

Modified Paths:
--------------
    branches/blender2.5/blender/source/Makefile

Modified: branches/blender2.5/blender/source/Makefile
===================================================================
--- branches/blender2.5/blender/source/Makefile	2009-08-11 18:37:48 UTC (rev 22380)
+++ branches/blender2.5/blender/source/Makefile	2009-08-11 18:39:27 UTC (rev 22381)
@@ -75,6 +75,7 @@
 # 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 += $(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





More information about the Bf-blender-cvs mailing list