home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 331_01 / build.bat < prev    next >
DOS Batch File  |  1987-10-07  |  678b  |  34 lines

  1. erase obj\*.obj
  2. masm pcio,obj\;
  3. msc se,obj\;
  4. if errorlevel 1 goto stop
  5. msc ged1,obj\;
  6. if errorlevel 1 goto stop
  7. msc edit,obj\;
  8. if errorlevel 1 goto stop
  9. msc hist,obj\;
  10. if errorlevel 1 goto stop
  11. msc paint,obj\;
  12. if errorlevel 1 goto stop
  13. msc search,obj\;
  14. if errorlevel 1 goto stop
  15. msc ged5,obj\;
  16. if errorlevel 2 goto stop
  17. msc block,obj\;
  18. if errorlevel 1 goto stop
  19. msc ged7,obj\;
  20. if errorlevel 1 goto stop
  21. msc store,obj\;
  22. if errorlevel 1 goto stop
  23. msc swap,obj\;
  24. if errorlevel 1 goto stop
  25. msc ged10,obj\;
  26. if errorlevel 1 goto stop
  27. msc roff,obj\;
  28. if errorlevel 1 goto stop
  29. msc term,obj\;
  30. if errorlevel 1 goto stop
  31. rem     msc tprintf,obj\;
  32. l
  33. :stop
  34.