Return Exit Code (/Q)
Syntax: /Q
This option causes NMAKE to return either of the following:
- A 0 exit code if all targets built during an NMAKE
run are up-to-date
- A nonzero exit code if they are not up-to-date
Use this option to run NMAKE from within a batch file.
[Back: Print Macro and Target Definitions (/P)]
[Next: Ignore TOOLS.INI File (/R)]