2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Add comment.

[SVN r26156]
This commit is contained in:
Vladimir Prus
2004-11-09 08:02:43 +00:00
parent 8bdc17447f
commit 1c17c6acfd

View File

@@ -632,6 +632,11 @@ class compile-action : action
}
}
# Declare a special compiler generator.
# The only thing it does is changing the type used to represent
# 'action' in the constructed dependency graph to 'compile-action'.
# That class in turn adds additional include paths to handle a case
# when a source file includes headers which are generated themselfs.
class C-compiling-generator : generator
{
rule __init__ ( id : source-types + : target-types + :