Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 813 Bytes

macros-and-nmake.md

File metadata and controls

30 lines (19 loc) · 813 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Macros and NMAKE
Macros and NMAKE
11/04/2016
NMAKE macros
macros, NMAKE
d424fd47-63eb-4982-9410-6f412730c265

Macros and NMAKE

Macros replace a particular string in the makefile with another string. Using macros, you can:

  • Create a makefile that can build different projects.

  • Specify options for commands.

  • Set environment variables.

You can define your own macros or use NMAKE's predefined macros.

What do you want to know more about?

Defining an NMAKE macro

Using an NMAKE macro

Special NMAKE macros

See also

NMAKE Reference