Formatting the output of a custom build step or build event (original) (raw)

If the output of a custom build step or build event is formatted correctly, users get the following benefits:

Output format

The format of the output should be:

{ filename(line-number [, _column-number_]) | tool-name } : [ any-text ] {error | warning} code-type-and-number : localizable-string [ any-text ]

Where:

For example:

C:\sourcefile.cpp(134) : error C2143: syntax error : missing ';' before '}'

LINK : fatal error LNK1104: cannot open file 'some-library.lib'

See also

Understanding custom build steps and build events