From b0fde116adcede86e4876352e1d3d5978a7e8cde Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 31 Mar 2003 02:41:01 +0000 Subject: "" svn path=/trunk/; revision=515 --- externals/grill/flext/config-pd-cygwin.txt | 54 +++++++++++++++--------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'externals/grill/flext/config-pd-cygwin.txt') diff --git a/externals/grill/flext/config-pd-cygwin.txt b/externals/grill/flext/config-pd-cygwin.txt index b0b8aee0..dec1ebc4 100644 --- a/externals/grill/flext/config-pd-cygwin.txt +++ b/externals/grill/flext/config-pd-cygwin.txt @@ -1,28 +1,28 @@ -# flext - C++ layer for Max/MSP and pd (pure data) externals -# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net) -# - -# your c++ compiler (define only if it's different than g++) -# CXX=g++ - -# where is PD? -PDPATH=/cygdrive/c/programme/audio/pd - -# where is the SndObj include directory? -# (leave blank or comment out to disable SndObj support) -SNDOBJ=/cygdrive/f/prog/audio/sndobj/include - -# where is the STK include directory? -# (leave blank or comment out to disable STK support) -STK=/cygdrive/f/prog/audio/stk/include - -# where should flext libraries be built? -TARGDIR=./pd-cygwin - -# where should flext libraries be installed? -# (leave blank to omit installation) -INSTDIR=${PDPATH}/flext - -# additional compiler flags -# (check if they fit for your system!) +# flext - C++ layer for Max/MSP and pd (pure data) externals +# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net) +# + +# your c++ compiler (define only if it's different than g++) +# CXX=g++ + +# where is PD? +PDPATH=/cygdrive/c/programme/audio/pd + +# where is the SndObj include directory? +# (leave blank or comment out to disable SndObj support) +SNDOBJ=/cygdrive/f/prog/audio/sndobj/include + +# where is the STK include directory? +# (leave blank or comment out to disable STK support) +STK=/cygdrive/f/prog/audio/stk/include + +# where should flext libraries be built? +TARGDIR=./pd-cygwin + +# where should flext libraries be installed? +# (leave blank to omit installation) +INSTDIR=${PDPATH}/flext + +# additional compiler flags +# (check if they fit for your system!) UFLAGS=-mcpu=pentium3 -msse \ No newline at end of file -- cgit v1.2.1