Skip to content
Snippets Groups Projects
Allwmake 375 B
Newer Older
  • Learn to ignore specific revisions
  • cd ${0%/*} || exit 1    # run from this directory
    
    # wmake is required for subsequent targets
    
    ( cd wmake/src && make )
    
    ( cd $WM_THIRD_PARTY_DIR && ./Allwmake )
    
    ( cd src && ./Allwmake )
    
    ( cd applications && ./Allwmake )
    
       ( cd doc && ./Allwmake )
    
    
    # ----------------------------------------------------------------- end-of-file