home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rundemo.zip / RUN next >
Text File  |  1989-05-26  |  115b  |  6 lines

  1. run.obj : run.c
  2.     cl -c -AL -G2sw -W3 run.c
  3.  
  4. run.exe : run.obj run.def
  5.     cl -AL -G2sw -W3 run.obj -link os2,run
  6.