diff options
author | N.N. <nimon@users.sourceforge.net> | 2010-09-09 09:48:00 +0000 |
---|---|---|
committer | N.N. <nimon@users.sourceforge.net> | 2010-09-09 09:48:00 +0000 |
commit | 2a9ce6542b8771e6cdbf648f1d29ff9c595ffe72 (patch) | |
tree | 1d091573d2b027e53e4e0c474c99ddb1dd971116 /msd/src | |
parent | a4705e761f3205c1838f5b38d9b76ff1aa732650 (diff) |
reorganizing nusmk/msd directory
svn path=/trunk/externals/nusmuk/; revision=14018
Diffstat (limited to 'msd/src')
-rwxr-xr-x | msd/src/build.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/msd/src/build.sh b/msd/src/build.sh new file mode 100755 index 0000000..b704892 --- /dev/null +++ b/msd/src/build.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# build the 3 msd objects using flext and its configuration + +cd ../msd +../../../grill/flext/build.sh pd gcc +cd ../msd2D +../../../grill/flext/build.sh pd gcc +cd ../msd3D +../../../grill/flext/build.sh pd gcc |