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.
Command Modifiers
                                             Up Contents Index Back
─────NMAKE──────────────────────────────────────────────────────────────────
 
     Command modifiers provide extra control over the commands that
     NMAKE executes. Specify a command modifier preceding the command
     being modified, optionally separated by spaces or tabs. You can
     use more than one modifier on a single command. Like a command, a
     modifier cannot appear at the beginning of a line. It must be
     preceded by one or more spaces or tabs.
 
     See: At-Sign (@) Modifier
          Dash (-) Modifier
          Exclamation Point (!) Modifier
                                    -♦-