From 8e5699c83d2a5f5d649a950e94662257a9b8a979 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 28 Dec 2003 03:58:11 +0000 Subject: "" svn path=/trunk/; revision=1236 --- externals/grill/dyn/config-pd-darwin.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'externals/grill/dyn/config-pd-darwin.txt') diff --git a/externals/grill/dyn/config-pd-darwin.txt b/externals/grill/dyn/config-pd-darwin.txt index cce81447..d993e9e4 100644 --- a/externals/grill/dyn/config-pd-darwin.txt +++ b/externals/grill/dyn/config-pd-darwin.txt @@ -6,27 +6,27 @@ # # your c++ compiler (define only if not g++) -# CXX= +# CXX=gcc-3.3 # 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 -PDPATH=/usr/local/pd/src +PDPATH=/usr/src/pd-0.37-0/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 should flext libraries be built? TARGDIR=./pd-darwin -# where should pool be installed? +# where should dyn be installed? # (leave blank to omit installation) -INSTPATH=/usr/local/pd/extra +INSTPATH=/usr/local/lib/pd/extra # additional compiler flags # (check if they fit for your system!) -# UFLAGS=-maltivec +UFLAGS=-maltivec -faltivec -- cgit v1.2.1