From c58149336328a7c05d9c713368d30ea30ec0ac1b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 14 Apr 2003 10:04:47 +0000 Subject: "" svn path=/trunk/; revision=560 --- externals/grill/xsample/build-pd-cygwin.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 externals/grill/xsample/build-pd-cygwin.sh (limited to 'externals/grill/xsample/build-pd-cygwin.sh') 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 +} -- cgit v1.2.1