dep annotation tag

1 minute readReference

Synopsis

Description of a single missing dependency discovered by emake.

Attributes

file

If the dependency type is file, this attribute gives the name of a file read by this job, written by an earlier job with which this job has no explicit serialization.

key

If the type of dependency is key, this attribute gives the name of the registry key modified by an earlier job with which this job has no explicit dependency. If the type of dependency is value, this attribute gives the name of the registry key containing a value modified by an earlier job with which this job has no explicit dependency.

type

The type of dependency. One of file, key, or value. The default value is file.

value

If the dependency type is value, this attribute gives the name of a registry value read by this job, written by an earlier job with which this job has no explicit serialization.

writejob

Identifier for the job that wrote the file, registry key or registry value.

Contents

None.