home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / grafik / vgakit / mkexamp.bat < prev    next >
DOS Batch File  |  1992-05-29  |  212b  |  8 lines

  1. ml /c mode13x.asm
  2. ml /c point.asm
  3. ml /c svgamode.asm
  4. ml /c banks.asm
  5. c:\msc\bin\cl -AS -Oas -Gs -Zl -Zp -FPa -Zi -c example.c
  6. link example+mode13x+point+svgamode+banks,example,example,c:\msc\lib\slibca;
  7.  
  8.