Share via


Using an NMAKE Macro

Home Page (Projects)Overview (NMAKE Reference)How Do I... Topics (Projects)

To use a macro, enclose its name in parentheses preceded by a dollar sign ($):

$(macroname)

No spaces are allowed. The parentheses are optional if macroname is a single character. The definition string replaces $(macroname); an undefined macro is replaced by a null string.

What do you want to know more about?

Macro substitution