-N: Show Notification Box in Case of Errors

Group

MESSAGES

Scope

Function

Syntax

-N

Arguments

None

Default

None

Defines

None

Pragmas

None

Description

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.

Example
  -N
  
  

If an error occurs during compilation, a dialog box appears.