/MAP   (Generate Mapfile)

HomeOverviewHow Do ILinker Options

This option tells the linker to create a mapfile.

Command Line Project Settings Description
/MAP Generate Mapfile The linker names the mapfile with the base name of the program and the extension .MAP.
/MAP:filename Mapfile Name This option overrides the default name for a mapfile.

A mapfile is a text file that contains the following information about the program being linked:

To find this option in the development environment, click Settings on the Project menu. Then click the Link tab, and click Debug in the Category box.

The /MAPINFO option specifies additional information to be included in the map file.