home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / doc / ems / demos / cexample / make.bat < prev   
DOS Batch File  |  1988-04-22  |  101b  |  3 lines

  1. MSC    /Ze /Zd /Od /AL article.c,article.obj /Fcarticle.lst;
  2. LINK    article.OBJ,article.exe /MAP /line;
  3.