source: gs2-extensions/music-ir/trunk/build-srcpack/CASCADE-MAKE.sh@ 22243

Last change on this file since 22243 was 22243, checked in by davidb, 14 years ago

Unix files to compile and install jAudio. Initial cut at Windows .bat equivalent

  • Property svn:executable set to *
File size: 216 bytes
Line 
1#!/bin/bash
2
3
4for d in packages ; do
5 echo " Running $d/CASCADE-MAKE.sh $*"
6
7 (cd $d; ./CASCADE-MAKE.sh $*)
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running $d/CASCADE-MAKE.sh"
11 exit 1
12 fi
13done
14
Note: See TracBrowser for help on using the repository browser.