aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/config-pd-mingw.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-02-22 03:34:00 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-02-22 03:34:00 +0000
commit74e28b058aaf629d94ad7d44a9add3062e89441d (patch)
treee2a99c9f85f48108d1e1bc98b754143d953adb22 /externals/grill/flext/config-pd-mingw.txt
parentcc4ac0dd18e12e0f7e1d06eeb5133cb018aa0ebe (diff)
""
svn path=/trunk/; revision=1326
Diffstat (limited to 'externals/grill/flext/config-pd-mingw.txt')
-rw-r--r--externals/grill/flext/config-pd-mingw.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/externals/grill/flext/config-pd-mingw.txt b/externals/grill/flext/config-pd-mingw.txt
new file mode 100644
index 00000000..a71d5c46
--- /dev/null
+++ b/externals/grill/flext/config-pd-mingw.txt
@@ -0,0 +1,28 @@
+# flext - C++ layer for Max/MSP and pd (pure data) externals
+# Copyright (c) 2001-2004 Thomas Grill (xovo@gmx.net)
+#
+
+# your c++ compiler (define only if it's different than g++)
+# CXX=g++
+
+# where is PD?
+PDPATH=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-mingw
+
+# 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=pentium4 -msse \ No newline at end of file