In previous versions of Visual Studio the bundled MFC source files could be compiled into a static library or a DLL. But since Visual Studio 2008 the necessary files to build MFC are not supplied ...
I have built the ANTLR runtime using the Release Static build in Visual Studio 2022, changing the /MD to /MT, to try and build a static library that doesn't need any additional runtime DLLs or other ...