Defining Alternate NMAKE Functionality
The following special flags define alternate functionality for NMAKE:
-
LISTOUT Used to view the output file, which contains the text NMAKE will print to STDOUT. See Viewing the Output from your Build.
-
LISTDIR Specifies the directory of files in \WIN32\DEBUG.
-
DELOUT Deletes the output file. This is necessary because, unless it is set, output is appended to the output file.
-
CLEAN Allows you to remove any files in the current directory that were created during previous compilations, including those with .OBJ, .ERR, .LIB, .EXE, .DLL, .MAP, .RES, and .EXP extensions. See Cleaning the Directories of All Build Products.
To use the special functions for NMAKE, type NMAKE and the function name. For example: NMAKE [BLDTYPE=RETAIL] CLEAN.