home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / fido / pup_v2b.zip / PUP.LNK < prev    next >
Text File  |  1988-01-28  |  644b  |  19 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,login,quote    % main function stuff
  9. % file fidonet,fsc001,packeter,unpacketer,topicmap % fidonet system
  10. file sched,support,printf            % high level support
  11. file msgbase,edit                % message system
  12. file files                    % file system
  13. file xmodem,mdmfunc,modemio            % protocol & I/O support
  14. file ms-asm,ms-c,abort                % system dependent support
  15.  
  16. search \c\lcs                    % standard library
  17. search \drivers\ibm                % hardware drivers
  18. map = pup.map m a g
  19.