From 4218bfe7668d55e36814d6bdcec2da40454025c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 May 2016 23:25:45 +0200 Subject: Initial VC++ support (static libraries only) --- build2/cxx/link | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'build2/cxx/link') diff --git a/build2/cxx/link b/build2/cxx/link index cfa6343..d0584de 100644 --- a/build2/cxx/link +++ b/build2/cxx/link @@ -53,13 +53,10 @@ namespace build2 private: friend class compile; - using search_paths = vector; - using search_paths_cache = optional; - static target* - search_library (search_paths_cache&, prerequisite&); + search_library (optional&, prerequisite&); - static search_paths + static dir_paths extract_library_paths (scope&); }; } -- cgit v1.1