Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 2.16 KB

File metadata and controls

65 lines (55 loc) · 2.16 KB
title NMAKE Reference | 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
Microsoft program maintenance utility
preprocessing NMAKE
program execution [C++]
NMAKE program
ms.assetid 24fab6e3-7e43-4da4-957a-88afbbcf8661
caps.latest.revision 9
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

NMAKE Reference

The Microsoft Program Maintenance Utility (NMAKE.EXE) is a command-line tool included with [!INCLUDEvsprvs] that builds projects based on commands that are contained in a description file.

To use NMAKE, you must run it in a Developer Command Prompt window. A Developer Command Prompt window has the environment variables set for the tools, libraries, and include file paths required to build at the command line. For details on how to open a Developer Command Prompt window, see Building on the Command Line.

What do you want to know more about?

Running NMAKE

Contents of a Makefile

Description blocks

Commands in a Makefile

Macros and NMAKE

Inference rules

Dot directives

Makefile preprocessing

See Also

Building on the Command Line
C/C++ Build Tools
Creating and Managing Visual C++ Projects
Debugging in Visual Studio
C/C++ Building Reference