Skip to content
Snippets Groups Projects
Allwmake 161 B
#!/bin/sh
cd ${0%/*} || exit 1    # run from this directory
set -x

wmake libso

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