Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 1.1 KB

File metadata and controls

52 lines (47 loc) · 1.1 KB
title Using an NMAKE Macro | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
macros, NMAKE
NMAKE macros, using
ms.assetid 95c87fbc-76e6-48c0-8536-9bfe179f328e
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Using an NMAKE Macro

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

Syntax

$(macroname)  

Remarks

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

See Also

Macros and NMAKE