home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / BOOTANY1.ZIP / PREFDISK < prev    next >
Text File  |  1990-10-29  |  233b  |  7 lines

  1. prefdisk.exe : prefdisk.obj bootio.obj
  2.    link /noi /noe /farcall prefdisk bootio,prefdisk.exe;
  3. bootio.obj : bootio.asm
  4.    masm bootio,bootio,bootio;
  5. prefdisk.obj : prefdisk.c bootany.h
  6.    cl /AS /c /Foprefdisk.obj prefdisk.c
  7.