.abort_command Macro

This macro stops a generation command.

Example
.if %_JAVAC%
  .execute_command (%_JAVAC%,%FileName%)
.else
  .abort_command
.endif

For information about generation commands, see Generation Category.