diff options
Diffstat (limited to 'externals/grill/flext')
-rw-r--r-- | externals/grill/flext/config-pd-bcc.txt | 54 | ||||
-rw-r--r-- | externals/grill/flext/config-pd-cygwin.txt | 54 | ||||
-rw-r--r-- | externals/grill/flext/flext.cw | bin | 506677 -> 506677 bytes |
3 files changed, 54 insertions, 54 deletions
diff --git a/externals/grill/flext/config-pd-bcc.txt b/externals/grill/flext/config-pd-bcc.txt index 8083e294..3bc58f50 100644 --- a/externals/grill/flext/config-pd-bcc.txt +++ b/externals/grill/flext/config-pd-bcc.txt @@ -1,27 +1,27 @@ -# flext - C++ layer for Max/MSP and pd (pure data) externals
-# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
-#
-
-# where is PD?
-PDPATH=c:\programme\audio\pd
-
-# where is BorlandC++?
-BCCPATH=c:\programme\prog\bcc55
-
-# where is the SndObj include directory?
-# (leave blank or comment out to disable SndObj support)
-SNDOBJ=f:\prog\audio\sndobj\include
-
-# where is the STK include directory?
-# (leave blank or comment out to disable STK support)
-STK=f:\pprog\audio\stk\include
-
-# build directory for flext libraries?
-OUTPATH=.\pd-bcc
-
-# where should flext libraries be installed?
-# (leave blank to omit installation)
-INSTDIR=$(PDPATH)\flext
-
-
-
+# flext - C++ layer for Max/MSP and pd (pure data) externals +# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net) +# + +# where is PD? +PDPATH=c:\programme\audio\pd + +# where is BorlandC++? +BCCPATH=c:\programme\prog\bcc55 + +# where is the SndObj include directory? +# (leave blank or comment out to disable SndObj support) +SNDOBJ=f:\prog\audio\sndobj\include + +# where is the STK include directory? +# (leave blank or comment out to disable STK support) +STK=f:\pprog\audio\stk\include + +# build directory for flext libraries? +OUTPATH=.\pd-bcc + +# where should flext libraries be installed? +# (leave blank to omit installation) +INSTDIR=$(PDPATH)\flext + + + 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 diff --git a/externals/grill/flext/flext.cw b/externals/grill/flext/flext.cw Binary files differindex 0d359e5f..c38d4c10 100644 --- a/externals/grill/flext/flext.cw +++ b/externals/grill/flext/flext.cw |