Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.98 KB

nmake-reference.md

File metadata and controls

45 lines (35 loc) · 1.98 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
NMAKE Reference | Microsoft Docs
11/04/2016
cpp-tools
article
C++
Microsoft program maintenance utility
preprocessing NMAKE
program execution [C++]
NMAKE program
24fab6e3-7e43-4da4-957a-88afbbcf8661
9
corob-msft
corob
ghogen

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 Build C/C++ code 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

Build C/C++ code on the command line
C/C++ Build Tools
Creating and Managing Visual C++ Projects
Debugging in Visual Studio
C/C++ Building Reference