From 2671496db7c3996a6d8467360979f3085375c6df Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 10 Oct 2019 23:13:46 +0300 Subject: Implement MSVC installation discovery for version 15 (2017) and later In particular, this removes the requirement to build from the Visual Studio command prompt. Note that since MSVC compiler binaries are target-specific (i.e., there are no -m32/-m64 options nor something like /MACHINE), in this case we default to a 64-bit build (a 32-bit build can still be achieved by running from a suitable command prompt). Finally, this mechanism is also used to find Clang bundled with MSVC. --- LICENSE | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 215ce1d..8bebd6f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,11 @@ +libbuild2/cc/msvc-setup.h: + +MIT, see the file header for details. Comes from the +Microsoft.VisualStudio.Setup.Configuration.Native NuGet package and is +originally named as Setup.Configuration.h. + +The rest: + Copyright (c) 2014-2019 Code Synthesis Ltd Permission is hereby granted, free of charge, to any person obtaining -- cgit v1.1