diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-20 13:21:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-20 13:21:18 +0200 |
commit | eaaa82bd9c1e24a83dcea3857f5fd75d0dfb6de5 (patch) | |
tree | 9d849682e5c8fb971382843064ea0c286d753cba /build/buildfile | |
parent | b6e72877a1a26a6ae16961728ee57e45f657f717 (diff) |
New consolidated load/match/build loop
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/buildfile b/build/buildfile index 246e2f6..6752a6e 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,4 +1,6 @@ +cxx = cxx/{target rule} +config = config/{operation module} + exe{b1}: cxx{b algorithm parser lexer name operation spec scope variable \ target prerequisite rule module native context search diagnostics \ - config/module cxx/target cxx/rule process timestamp path utility \ - filesystem dump} + process timestamp path utility filesystem dump $config $cxx} |