Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.