Allwmake 177 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory
set -x

(wmake libso BCs && wmake )

# ----------------------------------------------------------------- end-of-file