home *** CD-ROM | disk | FTP | other *** search
- : L.BAT - Link and produce an .EXE file. Brian E. Yoder
- :
- : l filename
- :
- : The response file 'filename.LNK' will be passed to the linker.
- : filename.EXE will contain the program; filename.MAP will contain
- : the map.
- :
- : Note: In the response file, for compatibility with GENMAKEL,
- : put the name of the EXE file on its OWN line!!!
- :
- : 04/21/88 (BEY) Uses 'CLINK' linker (supplied with IBM C 1.0 Compiler).
- : 04/03/91 (BEY) Updated for C/2: Uses 'LINK' linker.
- :
- link @%1.LNK;
-