◄Up► ◄Contents► ◄Index► ◄Back► ─────NMAKE────────────────────────────────────────────────────────────────── The Microsoft Program Maintenance Utility (NMAKE) automates the process of building a project. Command-Line Syntax NMAKE [options] [macrodefinitions] [targets] ◄Running NMAKE► ◄NMAKE Options► ◄NMAKE Command File► ◄The TOOLS.INI File► ◄Calling NMAKE Recursively► ◄Makefiles► ◄Description Blocks► ◄Dependencies► ◄Targets► ◄Dependents► ◄Commands► ◄Command Modifiers► ◄Exit Codes from Commands► ◄Inline Files► ◄Macros► ◄Defining a Macro► ◄Using Macros► ◄Inference Rules► ◄Defining an Inference Rule► ◄Predefined Inference Rules► ◄Dot Directives► ◄Preprocessing Directives► ◄NMAKE Exit Codes► WARNING: For NMAKE to work properly, the date and time on your system must be consistent. Microsoft Programmer's WorkBench (PWB) automatically creates a makefile and calls NMAKE to run the file. You can use your own makefile as a foreign makefile in PWB. NMAKE can swap itself to expanded memory, extended memory, or disk to leave room for the commands it spawns. See: ◄/M Option► -♦-