Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
LINK Response File: Example
◄Up► ◄Contents► ◄Index► ◄Back►
─────LINK Response File: Example────────────────────────────────────────────
FUN TEXT TABLE+
CARE
/MAP
FUNLIST
GRAF.LIB ;
If the text file above is named FUN.LNK, the command
LINK @FUN.LNK
causes LINK to
■ Link the four object files FUN.OBJ, TEXT.OBJ, TABLE.OBJ, and
CARE.OBJ into an executable file named FUN.EXE
■ Include public symbols and addresses in the map file
■ Generate the map file FUNLIST.MAP
■ Link any needed routines from the library file GRAF.LIB
■ Assume no module-definition file
-♦-