home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / database / db12 / mscltest.bat < prev    next >
Encoding:
DOS Batch File  |  1987-11-24  |  204 b   |  10 lines

  1. del *.exe
  2. cl /c /AL /Zp stest.c
  3. link stest,,,msclarge;
  4. cl /c /AL /Zp rtest.c
  5. link rtest,,,msclarge;
  6. cl /c /AL /Zp itest.c
  7. link itest,,,msclarge;
  8. cl /c /AL /Zp sortest.c
  9. link sortest,,,msclarge;
  10.