From 589b66ec94d95b4bea8d9a0d23c8439dff9031de Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2015 16:46:08 +0200 Subject: Clean up buildfiles, make dist work --- loader/buildfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'loader/buildfile') diff --git a/loader/buildfile b/loader/buildfile index bb5684e..ffa8a9c 100644 --- a/loader/buildfile +++ b/loader/buildfile @@ -2,8 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -using cli - import libs += libbpkg%lib{bpkg} import libs += libbutl%lib{butl} import libs += libodb-pgsql%lib{odb-pgsql} @@ -11,10 +9,12 @@ import libs += libodb%lib{odb} include ../brep/ -loader = cxx{loader} cli.cxx{options} -exe{brep-loader}: $loader ../brep/libso{brep} $libs +exe{brep-loader}: \ +{ cxx}{ loader } \ +{hxx ixx cxx}{ options } \ +../brep/lib{brep} $libs cli.options += -I $src_root --include-with-brackets --include-prefix loader \ --guard-prefix LOADER --cli-namespace brep::cli -cli.cxx{options}: cli{options} +{hxx ixx cxx}{options}: cli{options} -- cgit v1.1