aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/config-pd-linux.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/dyn/config-pd-linux.txt')
-rw-r--r--externals/grill/dyn/config-pd-linux.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/externals/grill/dyn/config-pd-linux.txt b/externals/grill/dyn/config-pd-linux.txt
deleted file mode 100644
index 36b17774..00000000
--- a/externals/grill/dyn/config-pd-linux.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-
-# your c++ compiler (define only if it's different than g++)
-# CXX=g++-3.3
-
-# prefix to install the dyn library and header files
-# (leave blank to omit installation)
-INSTDIR=/usr/local
-
-# where are the PD header files? (m_pd.h, m_imp.h, g_canvas.h)
-PDPATH=/usr/src/pd/src
-
-# where should flext libraries be built?
-TARGDIR=./pd-linux
-
-# where should the dyn library and header be installed?
-# (leave blank to omit installation)
-PREFIX=/usr/local
-
-# additional compiler flags
-# (check if they fit for your system!)
-# UFLAGS=-march=pentium4