From 89a9f8174ec858bf6df8515a84f061f211dec551 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jul 2016 17:10:51 +0200 Subject: Add import library target libi{}, make libs{} the DLL In the end, having libs{} be the DLL with import library being its member is more natural than making libs{} the import library and having dll{} as its member. --- build2/bin/target.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'build2/bin/target.cxx') diff --git a/build2/bin/target.cxx b/build2/bin/target.cxx index 3f16467..d78d34c 100644 --- a/build2/bin/target.cxx +++ b/build2/bin/target.cxx @@ -261,5 +261,18 @@ namespace build2 &search_target, false }; + + // libi + // + const target_type libi::static_type + { + "libi", + &file::static_type, + &target_factory, + &target_extension_var, + nullptr, + &search_file, + false + }; } } -- cgit v1.1