NMAKE Help (nmake.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
/D Option
                                             Up Contents Index Back
─────NMAKE──────────────────────────────────────────────────────────────────
 
     Syntax:  /D
 
     Displays information during the NMAKE session. The information is
     interspersed in NMAKE's default output to the screen. NMAKE
     displays the time stamp of each target and dependent evaluated in
     the build and issues a message when a target does not exist.
     Dependents for a target precede the target and are indented.
 
     The /D and /P options are useful for debugging a makefile.
     See: /P Option
 
     To set or clear /D for part of a makefile, use !CMDSWITCHES.
     See: !CMDSWITCHES Directive
                                    -♦-