diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2002-11-26 22:35:57 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2002-11-26 22:35:57 +0000 |
commit | 7017ea71b842451548451125d10acd5c27086e3b (patch) | |
tree | ee55af9f9f4f9b2b1c060545763e553a85e6963d /externals/grill/py/build-pd-cygwin.sh | |
parent | ae094b15eab3b833bf69a8c26492dc022d09e5fb (diff) |
""
svn path=/trunk/; revision=262
Diffstat (limited to 'externals/grill/py/build-pd-cygwin.sh')
-rw-r--r-- | externals/grill/py/build-pd-cygwin.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/externals/grill/py/build-pd-cygwin.sh b/externals/grill/py/build-pd-cygwin.sh deleted file mode 100644 index 8eb7bcab..00000000 --- a/externals/grill/py/build-pd-cygwin.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -. config-pd-cygwin.txt - -make -f makefile.pd-cygwin && -{ - if [ $INSTALL = "yes" ]; then - make -f makefile.pd-cygwin install - fi -} |