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]
[Next]