Syntax: -[n] command
The /I option globally turns command error-checking off. The
dash (-) command modifier overrides the global setting to turn error
checking off for commands individually. This modifier is used in
two ways:
- A dash without a number turns off all error checking.
- A dash followed by a number causes NMAKE to abort only if the
exit code returned by the command is greater than the number.
See Ignore exit codes (/I).
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)