From 59b0aae67b1e72fce38c208382ce099bb88e5644 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 23 Sep 2004 04:10:33 +0000 Subject: "" svn path=/trunk/; revision=2054 --- externals/grill/xsample/config-pd-darwin.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'externals/grill/xsample/config-pd-darwin.txt') diff --git a/externals/grill/xsample/config-pd-darwin.txt b/externals/grill/xsample/config-pd-darwin.txt index 418da47d..b42988cc 100755 --- a/externals/grill/xsample/config-pd-darwin.txt +++ b/externals/grill/xsample/config-pd-darwin.txt @@ -11,7 +11,7 @@ PD=/usr/local/lib/pd # where are the PD header files? # leave it blank if it is a system directory (like /usr/local/include), # since gcc 3.2 complains about it -PDINC=${PD}/src +#PDINC=${PD}/src # where is the PD executable? PDBIN=/usr/local/bin/pd @@ -34,3 +34,6 @@ HELPDIR=${PD}/doc/5.reference # (check whether they fit your system!) UFLAGS=-malign-power -maltivec -faltivec +# build with shared flext library +FLEXT_SHARED=1 + -- cgit v1.2.1