aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-pd-cygwin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/build-pd-cygwin.sh')
-rw-r--r--externals/grill/flext/build-pd-cygwin.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/externals/grill/flext/build-pd-cygwin.sh b/externals/grill/flext/build-pd-cygwin.sh
new file mode 100644
index 00000000..8eb7bcab
--- /dev/null
+++ b/externals/grill/flext/build-pd-cygwin.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+. config-pd-cygwin.txt
+
+make -f makefile.pd-cygwin &&
+{
+ if [ $INSTALL = "yes" ]; then
+ make -f makefile.pd-cygwin install
+ fi
+}