$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Boost.Build and VS2017
From: Arkady Shapkin (arkady.shapkin_at_[hidden])
Date: 2017-02-16 12:46:15
Hi.
I'm trying to implement VS2017 support, but no easy way to detect path to
it.
Currently, I'm trying to embed Powershell script that will return path
using vssetup.powershell (https://github.com/Microsoft/vssetup.powershell).
How can I execute command powershell -v 3 -exec bypass
.\return-msvc-path.ps1 15 in jam file (msvc.jam) and get their output and
exit code?
-- WBR, Arkady Shapkin aka KindDragon