aboutsummaryrefslogtreecommitdiff
path: root/tbext/build-pd-cygwin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tbext/build-pd-cygwin.sh')
-rw-r--r--tbext/build-pd-cygwin.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tbext/build-pd-cygwin.sh b/tbext/build-pd-cygwin.sh
new file mode 100644
index 0000000..9477844
--- /dev/null
+++ b/tbext/build-pd-cygwin.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+SYS=pd-cygwin
+
+. config-${SYS}.txt
+
+make -f makefile.${SYS} &&
+{
+ if [ $INSTDIR != "" ]; then
+ make -f makefile.${SYS} install
+ fi
+ if [ $HELPDIR != "" ]; then
+ make -f makefile.${SYS} install-help
+ fi
+}