From c58e9c41c48256950c2d6469a14686a3bd5036bf Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 26 Jan 2004 03:32:22 +0000 Subject: "" svn path=/trunk/; revision=1294 --- externals/grill/flext/tutorial/config-pd-darwin.txt | 6 +++--- externals/grill/flext/tutorial/makefile.pd-darwin | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'externals') diff --git a/externals/grill/flext/tutorial/config-pd-darwin.txt b/externals/grill/flext/tutorial/config-pd-darwin.txt index 7990fa2a..92962dce 100644 --- a/externals/grill/flext/tutorial/config-pd-darwin.txt +++ b/externals/grill/flext/tutorial/config-pd-darwin.txt @@ -6,13 +6,13 @@ # where are the PD header files? # if it is a system include path (like /usr/local/include) # you should leave it blank (as e.g. g++ 3.2 complains about it) -PDPATH=/usr/local/pd/src +PDPATH=/usr/local/lib/pd/src # where is the PD executable? -PD=/usr/local/pd/bin/pd +PD=/usr/local/bin/pd # where do the flext libraries reside? -FLEXTPATH=/usr/local/pd/flext +FLEXTPATH=/usr/local/lib/pd/flext # where is the SndObj include directory? # (leave blank or comment out to disable SndObj support) diff --git a/externals/grill/flext/tutorial/makefile.pd-darwin b/externals/grill/flext/tutorial/makefile.pd-darwin index 086d1334..5241f11b 100644 --- a/externals/grill/flext/tutorial/makefile.pd-darwin +++ b/externals/grill/flext/tutorial/makefile.pd-darwin @@ -16,9 +16,9 @@ FLEXTLIB=$(FLEXTPATH)/flext_t.a # take threaded library for all INCLUDES=$(PDPATH) LIBPATH= FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -Wno-long-double -CFLAGS=${UFLAGS} -O6 -fno-rtti +CFLAGS=${UFLAGS} -O2 -fno-rtti LIBS=m -LDFLAGS=-bundle -bundle_loader $(PD) +LDFLAGS=-framework vecLib -bundle -bundle_loader $(PD) # the rest can stay untouched # ---------------------------------------------- -- cgit v1.2.1