home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / GRAFDEMO.ZIP / COMPILE.CMD next >
OS/2 REXX Batch file  |  1990-04-12  |  142b  |  6 lines

  1. cl -c -Ml -Zi main.c
  2. cl -c -Ml -Zi graf.c
  3. cl -c -Ml -Zi setpxl.c
  4.  
  5. link /CO main.obj graf.obj setpxl.obj,demo.exe,,doscalls.lib,main.def
  6.