MESSAGES
Function
-N
None
None
None
None
Makes the Compiler display an alert box if there was an error during compilation. This is useful when running a make file (see Make Utility) because the Compiler waits for you to acknowledge the message, thus suspending make file processing. The N stands for "Notify".
This feature is useful for halting and aborting a build using the Make Utility.
-N
If an error occurs during compilation, a dialog box appears.