Defining an NMAKE Macro
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Defining an NMAKE Macro.
Syntax
macroname=string
Remarks
The macroname is a combination of letters, digits, and underscores (_) up to 1,024 characters, and is case sensitive. The macroname can contain an invoked macro. If macroname consists entirely of an invoked macro, the macro being invoked cannot be null or undefined.
The string
can be any sequence of zero or more characters. A null string contains zero characters or only spaces or tabs. The string
can contain a macro invocation.
What do you want to know more about?
Precedence in macro definitions