From 995f98d5fe086f9e555ce9df5d1d143ab26e4269 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 7 Sep 2026 12:27:37 +0500 Subject: [PATCH] vs-cfg: add support for missing toolsets in gen shortcut --- win/vs-cfg.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/vs-cfg.cmd b/win/vs-cfg.cmd index bce3f62b0b..c9a00d2ec5 100644 --- a/win/vs-cfg.cmd +++ b/win/vs-cfg.cmd @@ -79,6 +79,8 @@ echo(!GEN_SHORTHAND! | findstr /c:"-v140_xp" >nul && ( set "VS_TOOLSET=v140_xp" echo(!GEN_SHORTHAND! | findstr /c:"-v141" >nul && ( set "VS_TOOLSET=v141" ) && ( set "BOOST_TOOLSET=14.1" ) echo(!GEN_SHORTHAND! | findstr /c:"-v141_xp" >nul && ( set "VS_TOOLSET=v141_xp" ) && ( set "BOOST_TOOLSET=14.1" ) echo(!GEN_SHORTHAND! | findstr /c:"-v142" >nul && ( set "VS_TOOLSET=v142" ) && ( set "BOOST_TOOLSET=14.2" ) +echo(!GEN_SHORTHAND! | findstr /c:"-v143" >nul && ( set "VS_TOOLSET=v143" ) && ( set "BOOST_TOOLSET=14.3" ) +echo(!GEN_SHORTHAND! | findstr /c:"-v145" >nul && ( set "VS_TOOLSET=v145" ) && ( set "BOOST_TOOLSET=14.5" ) SET VS_VER=%GEN_SHORTHAND:~0,4%