From 09f42a0bf075cb60783111169b8dd5fc23497fae Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 29 Dec 2003 21:30:25 +0000 Subject: "" svn path=/trunk/; revision=1240 --- externals/grill/py/config-pd-darwin.txt | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'externals/grill/py/config-pd-darwin.txt') diff --git a/externals/grill/py/config-pd-darwin.txt b/externals/grill/py/config-pd-darwin.txt index ff7f6c49..813d82c0 100755 --- a/externals/grill/py/config-pd-darwin.txt +++ b/externals/grill/py/config-pd-darwin.txt @@ -7,26 +7,19 @@ # 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/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 - -# what is the python version? -PYTHONVER=2.2 -# where are the python header files? -PYTHONINCLUDE=/usr/include/python${PYTHONVER} -# where is the python library file? -PYTHONLIB=/Volumes/Daten/Prog/packs/Python-2.2.2 +FLEXTPATH=/usr/local/lib/pd/flext # where should flext libraries be built? TARGDIR=./pd-darwin # where should the external be installed? # (leave blank to omit installation) -INSTPATH=/usr/local/pd/extra +INSTPATH=/usr/local/lib/pd/extra # user flags -# UFLAGS=-O6 -maltivec +# UFLAGS=-O2 -faltivec -maltivec -- cgit v1.2.1