VMS Help LINK, Qualifiers, /MAP *Conan The Librarian (sorry for the slow response - running on an old VAX) |
/MAP[=file-spec] (default in batch mode) /NOMAP (default in interactive mode) Directs the linker to create an image map file. For more information, see also the /BRIEF, /CROSS_REFERENCE, and /FULL qualifiers. If you enter a file specification with the /MAP qualifier, the linker creates an image map file with that file name. If you do not enter a file type after the file name, the linker assumes a file type of .MAP. If you do not enter a file specification with the /MAP qualifier, the linker creates an image map file with the file name of the first input file specified on the command line and the file type .MAP. (If no input files are specified on the command line, the linker names the map file .MAP.) If you append the /MAP qualifier to one of the input file specifications, the linker creates an image map file with the file name of the file to which the qualifier is appended, using the .MAP file type.
|