home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / util2src / l.bat < prev    next >
Encoding:
DOS Batch File  |  1991-04-03  |  517 b   |  16 lines

  1. : L.BAT - Link and produce an .EXE file.          Brian E. Yoder
  2. :
  3. : l  filename
  4. :
  5. :    The response file 'filename.LNK' will be passed to the linker.
  6. :    filename.EXE will contain the program;  filename.MAP will contain
  7. :    the map.
  8. :
  9. :    Note: In the response file, for compatibility with GENMAKEL,
  10. :    put the name of the EXE file on its OWN line!!!
  11. :
  12. : 04/21/88 (BEY) Uses 'CLINK' linker (supplied with IBM C 1.0 Compiler).
  13. : 04/03/91 (BEY) Updated for C/2: Uses 'LINK' linker.
  14. :
  15. link @%1.LNK;
  16.