Skip to content
Snippets Groups Projects
Allwmake 366 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 )
    
    
    # ----------------------------------------------------------------- end-of-file