This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
/MAPINFO (Include Information in Mapfile)
/MAPINFO:{EXPORTS|FIXUPS|LINES}
This option tells the linker to include the specified information in a map file, which is created if you specify the /MAP option.
- EXPORTS tells the linker to include exported functions.
- FIXUPS tells the linker to include base-relocation information in the mapfile if relocation information exists in the image. Base relocations will be present in the image if you link with /FIXED:NO.
- LINES includes line-number information.
See Also
Setting Linker Options | Linker Options | FAQ: Building Your Program