diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-30 14:16:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-30 14:16:54 +0200 |
commit | b1715878d50aa8a3c3e2404f3ded120329994aba (patch) | |
tree | 85c9feb4556f7555f0acc0e2d012ee52b73c1b34 /build/buildfile | |
parent | 70256514a09e4692c6839f5c2b21b7ec9c1055bd (diff) |
Initial support for command line variables
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/buildfile b/build/buildfile index 93f9179..95899fd 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,6 +1,7 @@ cxx = cxx/{target rule} config = config/{operation module} -exe{b1}: cxx{b algorithm parser lexer name operation spec scope variable \ - target prerequisite rule file module native context search diagnostics \ - process timestamp path utility filesystem dump $config $cxx} +exe{b1}: cxx{b algorithm name operation spec scope variable target \ + prerequisite rule file module native context search diagnostics \ + token lexer parser process timestamp path utility filesystem dump \ + $config $cxx} |