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

wmake libso extrudeModel
wmake

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