Skip to content
Snippets Groups Projects
Allwmake 287 B
Newer Older
# run from this directory only
cd ${0%/*} || exit 1

# wmake is required for subsequent targets
(cd wmake/src && make)
(cd $WM_THIRD_PARTY_DIR && ./Allwmake)
(cd src && ./Allwmake)

(cd applications && ./Allwmake)