NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/MAP (Generate Mapfile)

/MAP[:filename]

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:

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

See Also

Setting Linker Options | Linker Options | FAQ: Building Your Program