diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
commit | b0524a0b18eec9d5e5c3f6ce30b6cecdd02a6306 (patch) | |
tree | 4b1efc586782507e0647e884d6a13c6605298508 /build/buildfile | |
parent | 47751abc43dab40e0ac4a1523994fd533e6a3b22 (diff) |
Diagnostic infrastructure revamp
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/buildfile b/build/buildfile index 3575baa..819f2e4 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,4 +1,3 @@ -exe{b1}: cxx{b algorithm scope parser lexer trace target prerequisite rule \ +exe{b1}: cxx{b algorithm scope parser lexer target prerequisite rule \ native context diagnostics cxx/target cxx/rule process timestamp path \ utility} - |