Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.32 KB

mapinfo-include-information-in-mapfile.md

File metadata and controls

34 lines (23 loc) · 1.32 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: /MAPINFO (Include Information in Mapfile)
/MAPINFO (Include Information in Mapfile)
11/04/2016
VC.Project.VCLinkerTool.MapLines
VC.Project.VCLinkerTool.MapInfoFixups
VC.Project.VCLinkerTool.MapExports
/mapinfo
/MAPINFO linker option
MAPINFO linker option
-MAPINFO linker option
533d2bce-f9b7-4fea-ae1c-0b4864c9d10b

/MAPINFO (Include Information in Mapfile)

/MAPINFO:EXPORTS

Remarks

The /MAPINFO option tells the linker to include the specified information in a mapfile, which is created if you specify the /MAP option. EXPORTS tells the linker to include exported functions.

To set this linker option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.

  2. Select the Configuration Properties > Linker > Debug property page.

  3. Modify of the Map Exports properties:

To set this linker option programmatically

  • See xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.MapExports%2A.

See also

MSVC linker reference
MSVC Linker Options