home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / bss / pup.arc / PUP.LNK < prev    next >
Text File  |  1987-11-17  |  572b  |  18 lines

  1. %
  2. % Pup was linked with PLINK86.EXE, you can of course use whatever
  3. % you want; sucky old LINK.EXE will work fine. PLINK.COM is great
  4. % for CPM.
  5. %
  6. output pup.exe
  7. verbose
  8. file \c\cs,\c\tms,pupmain,pup,quote        % main function stuff
  9. file sched,support,printf            % high level support
  10. file msgbase,edit                % message system
  11. file files                    % file system
  12. file xmodem,mdmfunc,modemio            % protocol & I/O support
  13. file ms-asm,ms-c,abort                % system dependent support
  14.  
  15. search \c\lcs                    % standard library
  16. search \drivers\ibm                % hardware drivers
  17. % map = pup.map m a g
  18.