From a0e6443e1906fd0112cda8cd6fbcec2329a7a253 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Sep 2018 15:30:53 +0300 Subject: Replace libu with libue in buildfiles --- cli/buildfile | 8 ++++---- unit-tests/lexer/buildfile | 2 +- unit-tests/parser/buildfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/buildfile b/cli/buildfile index e1792d3..df30d10 100644 --- a/cli/buildfile +++ b/cli/buildfile @@ -4,11 +4,11 @@ import libs = libcutl%lib{cutl} -exe{cli}: cxx{cli} libu{cli} +exe{cli}: cxx{cli} libue{cli} -libu{cli}: {hxx ixx txx cxx}{** -cli -version -options} \ - {hxx}{version} {hxx ixx cxx}{options} \ - $libs +libue{cli}: {hxx ixx txx cxx}{** -cli -version -options} \ + {hxx}{version} {hxx ixx cxx}{options} \ + $libs hxx{version}: in{version} $src_root/manifest diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile index 930e2bf..ce2929a 100644 --- a/unit-tests/lexer/buildfile +++ b/unit-tests/lexer/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../cli/ -exe{driver}: {hxx cxx}{*} ../../cli/libu{cli} testscript +exe{driver}: {hxx cxx}{*} ../../cli/libue{cli} testscript diff --git a/unit-tests/parser/buildfile b/unit-tests/parser/buildfile index e792c6c..429d62f 100644 --- a/unit-tests/parser/buildfile +++ b/unit-tests/parser/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../cli/ -exe{driver}: {hxx cxx}{*} ../../cli/libu{cli} testscript +exe{driver}: {hxx cxx}{*} ../../cli/libue{cli} testscript -- cgit v1.1