aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/build-pd-cygwin.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-14 10:04:47 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-14 10:04:47 +0000
commitc58149336328a7c05d9c713368d30ea30ec0ac1b (patch)
tree6eec8fc93c6568040ab8d0a43ca4f5bc9b252d72 /externals/grill/xsample/build-pd-cygwin.sh
parent1a5eb47494cc7a1cd1ae3111c54cff7f1d9168fe (diff)
""
svn path=/trunk/; revision=560
Diffstat (limited to 'externals/grill/xsample/build-pd-cygwin.sh')
-rw-r--r--externals/grill/xsample/build-pd-cygwin.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/externals/grill/xsample/build-pd-cygwin.sh b/externals/grill/xsample/build-pd-cygwin.sh
new file mode 100644
index 00000000..94778444
--- /dev/null
+++ b/externals/grill/xsample/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
+}