home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e050 / 1.ddi / HELLO3 < prev    next >
Encoding:
Text File  |  1986-08-19  |  201 b   |  11 lines

  1.  
  2. hello3.obj : hello3.ops
  3.     ops83 hello3.ops
  4.     masm hello3/ML;
  5.  
  6. hello3c.obj : hello3c.c
  7.     MSC /AL hello3c;
  8.  
  9. hello3.exe : hello3.obj hello3c.obj
  10.     link crts83+hello3+hello3c,hello3/NOI/STACK:8000;
  11.