From d417beb73087b6b39bc6a8c0321a589ea4bf3cac Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 27 Oct 2004 19:20:57 +0000 Subject: fixes for dsp and abstraction inlets a few fixes OSX only one dyn_id type for clarity deleted test/mar patches (moved to /doc branch) dyn SWIG module better interface for listeners added license stuff small fixes dyn python module checkin svn path=/trunk/; revision=2181 --- externals/grill/dyn_py/build-pd-darwin.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 externals/grill/dyn_py/build-pd-darwin.sh (limited to 'externals/grill/dyn_py/build-pd-darwin.sh') diff --git a/externals/grill/dyn_py/build-pd-darwin.sh b/externals/grill/dyn_py/build-pd-darwin.sh new file mode 100755 index 00000000..1755372b --- /dev/null +++ b/externals/grill/dyn_py/build-pd-darwin.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +. config-pd-darwin.txt + +make -f makefile.pd-darwin && +{ + if [ $INSTDIR != "" ]; then + echo Now install as root + sudo make -f makefile.pd-darwin install + fi +} -- cgit v1.2.1