Hi For some time, building trunk on Windows has been impossible, here's why.
First the regression in 7e8ab750cfd3aa68da5fd305f11cfb43d73e574c completely broke building hyphen, by deleting the generated makefile it uses to build on Windows. I've now fixed this in 56bedd18ba2ee9641bf8fed2988973374575729b, and it builds again. Internal Python is also completely broken, on all platforms, as external_deps.lst still downloads Python 2.7.18 while main/python tries to build Python 3.11 which was never downloaded, failing since it cannot be extracted. Then configmgr cannot build with new boost due to C++2011 issues, which is the first problem so far for which we need a new MSVC.
