Return values for programs executed by kmake

>Return codes from kmake

Return codes from kmake

These are the possible return codes from kmake.

DEF ENUM enumeration name KCML_KMAKE_RETURN_ENUM

Enumeration ValueValueDescription
_KMAKE_RETURN_SUCCESS0Successful
_KMAKE_RETURN_WARNING1Code generated, but with warnings
_KMAKE_RETURN_ERROR2No code generated due to errors
_KMAKE_RETURN_FATAL3No code generated due to fatal errors such as i/o errors
_KMAKE_RETURN_RESTART4Application has updated system files and build must be restarted
_KMAKE_RETURN_NOBUILD5No rebuild was required.

Back to the list of Enumerations and Constants