From 3ec07c196c9ab86db09c77bff7eb11cd5a5a9b1e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jul 2016 11:10:27 +0200 Subject: Add support for building DLLs with VC --- build2/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index cbd09e8..3986015 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -50,6 +50,7 @@ exe{b}: \ cxx/{hxx cxx}{ install } \ cxx/{hxx cxx}{ link } \ cxx/{hxx cxx}{ module } \ + cxx/{ cxx}{ msvc } \ cxx/{hxx cxx}{ target } \ cxx/{hxx ixx cxx}{ utility } \ cxx/{ cxx}{ windows-manifest } \ -- cgit v1.1