From 2df5c0c5b5fc38fbc2094efe32e86e8516622d23 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 18 Dec 2004 05:04:10 +0000 Subject: updated make system for BCC fixes for Max/MSP use flext build system using flext build system updated build system additions for Max/MSP build svn path=/trunk/; revision=2407 --- externals/grill/pool/config-pd-darwin.txt | 33 ------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 externals/grill/pool/config-pd-darwin.txt (limited to 'externals/grill/pool/config-pd-darwin.txt') diff --git a/externals/grill/pool/config-pd-darwin.txt b/externals/grill/pool/config-pd-darwin.txt deleted file mode 100644 index b0269ea3..00000000 --- a/externals/grill/pool/config-pd-darwin.txt +++ /dev/null @@ -1,33 +0,0 @@ -# pool - hierarchical storage object for PD and Max/MSP -# Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net) -# - -# your c++ compiler (define only if it's different than g++) -# CXX=g++ - -# 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/lib/pd/src - -# where is the PD executable? -PD=/usr/local/bin/pd - -# where do the flext libraries reside? -FLEXTPATH=/usr/local/lib/pd/flext - -# where should flext libraries be built? -TARGDIR=./pd-darwin - -# where should pool be installed? -# (leave blank to omit installation) -INSTPATH=/usr/local/lib/pd/extra - -# additional compiler flags -# (check if they match your system!) -UFLAGS=-malign-power -maltivec -faltivec - -# use shared flext library -FLEXT_SHARED=1 - - -- cgit v1.2.1