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/utility | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/cxx/utility') diff --git a/build2/cxx/utility b/build2/cxx/utility index 307e1b4..e924ee8 100644 --- a/build2/cxx/utility +++ b/build2/cxx/utility @@ -18,11 +18,11 @@ namespace build2 // template void - append_std (cstrings&, T&, string& storage); + append_std (cstrings&, scope& rs, const string& cid, T&, string& storage); template void - hash_std (sha256&, T&); + hash_std (sha256&, scope& rs, const string& cid, T&); // Append or hash library options from one of the cxx.export.* variables // recursively, prerequisite libraries first. @@ -35,6 +35,6 @@ namespace build2 } } -#include +#include #endif // BUILD2_CXX_UTILITY -- cgit v1.1