A simple, small calculator placed discreetly near the Windows Taskbar or anywhere on the screen
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: record build environment for Windows 11 migration

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

authored by

Marco Maroni
Claude Opus 4.8 (1M context)
and committed by
Tangled
(Jul 15, 2026, 1:16 PM +0300) 0ab6da76 686fdf42

+22
+22
docs/superpowers/BUILD-ENV.md
··· 1 + # Build Environment 2 + 3 + Verified on 2026-07-14 (this machine). 4 + 5 + - **Visual Studio:** Professional 2022, version 17.14.37328.6 6 + - Install path: `C:\Program Files\Microsoft Visual Studio\2022\Professional` 7 + - **MSBuild:** `C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\MSBuild.exe` 8 + - **Toolset chosen:** **v143** (MSVC 14.44.35207); `cl.exe` (Hostx64/x64) present. 9 + - **ATL:** present (`atlmfc\include\atlbase.h`, `atlwin.h`, `lib\x64\atls.lib`) — required for `UseOfAtl=Static`. 10 + - **Windows SDKs installed:** `10.0.19041.0`, `10.0.22621.0`, `10.0.26100.0`. 11 + - **Windows SDK chosen:** **10.0.26100.0** (`WindowsTargetPlatformVersion`). 12 + - **C++/WinRT StartupTask available:** **yes** — cppwinrt headers present in SDK 22621 and 26100 13 + (`Include\...\cppwinrt\winrt\Windows.ApplicationModel.h`). No Run-key fallback needed. 14 + - **makeappx.exe:** `C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\makeappx.exe` 15 + - **signtool.exe:** `C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe` 16 + 17 + ## Command environment notes 18 + 19 + - Developer environment script (for `cl`-based unit-test builds): 20 + `C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvars64.bat` 21 + - `MSBuild.exe` can be invoked by full path without vcvars (the project selects the toolset). 22 + - `cl`, `makeappx`, `signtool` require the dev environment (`vcvars64.bat`) on PATH, or full paths.