From 234cd20b424d948e33895194007828406e1b7480 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 18 May 2004 23:15:48 +0000 Subject: modified build files to work with CVS layout svn path=/trunk/externals/bbogart/; revision=1746 --- pso/config-pd-darwin.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'pso/config-pd-darwin.txt') diff --git a/pso/config-pd-darwin.txt b/pso/config-pd-darwin.txt index 862f727..00f570b 100644 --- a/pso/config-pd-darwin.txt +++ b/pso/config-pd-darwin.txt @@ -8,20 +8,24 @@ # 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/src/pd/src +PDPATH=../../../pd/src # where is the PD executable? -PD=/usr/local/pd/bin/pd +#PD=/usr/local/bin/pd +PD=../../../pd/bin/pd # where do the flext libraries reside? -FLEXTPATH=/usr/local/pd/flext +#FLEXTPATH=/usr/local/lib/pd/flext +FLEXTPATH=../../grill/flext # where should flext libraries be built? TARGDIR=./pd-darwin # where should pool be installed? # (leave blank to omit installation) -INSTPATH=/usr/local/pd/extra +#INSTPATH=/usr/local/lib/pd/extra +INSTPATH= # additional compiler flags # (check if they match your system!) -- cgit v1.2.1