Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 1.23 KB

File metadata and controls

45 lines (42 loc) · 1.23 KB
title Makefile Preprocessing | 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
preprocessing makefiles
makefiles, preprocessing
ms.assetid a9185139-97c9-4adb-b4a9-1ec395cce9f8
caps.latest.revision 6
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

Makefile Preprocessing

You can control the NMAKE session by using preprocessing directives and expressions. Preprocessing instructions can be placed in the makefile or in Tools.ini. Using directives, you can conditionally process your makefile, display error messages, include other makefiles, undefine a macro, and turn certain options on or off.

What do you want to know more about?

Makefile preprocessing directives

Expressions in makefile preprocessing

See Also

NMAKE Reference