From f0edc0e2b67fa43c4e2410c7d3d8f1841d576749 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Aug 2016 16:37:16 +0200 Subject: Add pkg-config support for import installed Redesign library importing/exporting while at it. --- build2/cc/utility | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'build2/cc/utility') diff --git a/build2/cc/utility b/build2/cc/utility index ae19d56..1ef65d8 100644 --- a/build2/cc/utility +++ b/build2/cc/utility @@ -43,19 +43,6 @@ namespace build2 // target& link_member (bin::lib&, lorder); - - // Append or hash library options from a pair of *.export.* variables - // (first one is cc.export.*) recursively, prerequisite libraries first. - // - void - append_lib_options (cstrings&, target&, lorder, - const variable&, - const variable&); - - void - hash_lib_options (sha256&, target&, lorder, - const variable&, - const variable&); } } -- cgit v1.1