aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/config-pd-bcc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/config-pd-bcc.txt')
-rw-r--r--externals/grill/flext/tutorial/config-pd-bcc.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/config-pd-bcc.txt b/externals/grill/flext/tutorial/config-pd-bcc.txt
new file mode 100644
index 00000000..2ce2b2c3
--- /dev/null
+++ b/externals/grill/flext/tutorial/config-pd-bcc.txt
@@ -0,0 +1,21 @@
+# flext - C++ layer for Max/MSP and pd (pure data) externals
+# tutorial examples
+# Copyright (c) 2001,2002 Thomas Grill (xovo@gmx.net)
+#
+
+# where is PD?
+PDPATH=c:\programme\audio\pd
+
+# where is BorlandC++?
+BCCPATH=c:\programme\prog\bcc55
+
+# where do the flext libraries reside?
+FLEXTPATH=$(PDPATH)\flext
+
+# build directory for tutorial examples
+OUTPATH=.\pd-bcc
+
+
+
+
+