]> git.saurik.com Git - wxWidgets.git/blame - docs/metrowerks/mwar
grid lines were incorrectly drawn over multicell cells in the last column (bug 1290841)
[wxWidgets.git] / docs / metrowerks / mwar
CommitLineData
6ecd355e
DE
1#! /bin/sh
2if test "x$1" '!=' "xrcu"; then
3 echo "$0: this isn't really ar. Only rcu is supported" >&2
4 exit 1
5fi
6if test "x$2" == "x"; then
7 echo "$0: no archive file specified" >&2
8 exit 1
9fi
10if test "x$3" == "x"; then
11 echo "$0: no archive members specified" >&2
12 exit 1
13fi
14outputfile="$2"
15shift
16shift
17/Users/dfe/bin/mw8.3/realmw/mwld -xm l -o "$outputfile" "$@"