Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 747 Bytes

name-c-cpp.md

File metadata and controls

25 lines (18 loc) · 747 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: NAME (C/C++)
NAME (C/C++)
11/04/2016
name
NAME .def file statement
5c9b6bd8-9275-46a5-afba-f17a5936dc26

NAME (C/C++)

Specifies a name for the main output file.

NAME [application][BASE=address]

Remarks

An equivalent way to specify an output file name is with the /OUT linker option, and an equivalent way to set the base address is with the /BASE linker option. If both are specified, /OUT overrides NAME.

If you build a DLL, NAME will only affect the DLL name.

See also

Rules for Module-Definition Statements