From 6dbf4954a67efa284ae9abceb3b02c8642b79a49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Mar 2017 12:49:29 +0200 Subject: Implement dir/type-aware name group crossing --- build2/buildfile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 2c3e191..856346b 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -4,7 +4,6 @@ import libs = libbutl%lib{butl} -#\ exe{b}: \ {hxx ixx cxx}{ algorithm } \ { cxx}{ b } \ @@ -95,18 +94,12 @@ test/script/{hxx cxx}{ runner } \ test/script/{hxx ixx cxx}{ script } \ test/script/{hxx cxx}{ token } \ liba{b} $libs -#\ - -#exe{b}: {hxx ixx txx cxx}{** -b-options -dummy} \ -# {hxx ixx cxx}{ b-options } \ -# liba{b} $libs -exe{b}: hxx{** -b-options -dummy} \ - ixx{** -b-options -dummy} \ - txx{** -b-options -dummy} \ - cxx{** -b-options -dummy} \ - {hxx ixx cxx}{b-options} \ +#\ +exe{b}: {hxx ixx txx cxx}{** -b-options -dummy} \ + {hxx ixx cxx}{b-options} \ liba{b} $libs +#\ # Fake utility library (without it code generation does not work). # -- cgit v1.1