Newer
Older
cd ${0%/*} || exit 1 # run from this directory
# wmake is required for subsequent targets
( cd wmake/src && make )
# build ThirdParty sources
( cd $WM_THIRD_PARTY_DIR && ./Allwmake )
src/Allwmake
applications/Allwmake
if [ "$1" = doc ]
then
doc/Allwmake
# ----------------------------------------------------------------- end-of-file