home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / BOOTANY.ZIP / PREINST < prev    next >
Encoding:
Text File  |  1990-10-29  |  225 b   |  7 lines

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