home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / TUTOROOT.PAK / BUILDALL.BAT next >
Encoding:
DOS Batch File  |  1997-05-06  |  186 b   |  12 lines

  1. if /%mk%/ == // set mk=make
  2.  
  3. %mk% %1 %2 %3 %4
  4. if errorlevel 1 set err=1
  5.  
  6. if exist  ole\NUL   cd ole
  7. %mk% %1 %2 %3 %4
  8. if errorlevel 1 set err=1
  9. if exist ..\ole\NUL cd ..
  10.  
  11. :end
  12.