home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e050 / 1.ddi / MB < prev    next >
Encoding:
Text File  |  1985-09-17  |  454 b   |  24 lines

  1.  
  2. shell.obj : shell.ops
  3.     ops83 shell.ops
  4.     masm shell/ML;
  5.  
  6. mbdef.obj : mbdef.ops
  7.     ops83 mbdef.ops
  8.     masm mbdef/ML;
  9.  
  10. mbp1.obj : mbp1.ops mbdef.ops
  11.     ops83 mbp1.ops
  12.     masm mbp1/ML;
  13.  
  14. mbp2.obj : mbp2.ops mbdef.ops
  15.     ops83 mbp2.ops
  16.     masm mbp2/ML;
  17.  
  18. mb.obj : mb.ops mbp1.ops mbp2.ops mbdef.ops shell.ops
  19.     ops83 mb.ops
  20.     masm mb/ML;
  21.  
  22. mb.exe : mb.obj mbp1.obj mbp2.obj mbdef.obj shell.obj 
  23.     link crts83+mb+mbp1+mbp2+mbdef+shell,mb/NOI/STACK:4096;
  24.