Is there a way to link in mainCRTStartup without having Visual Studio installed? I have libcmt.lib in my Visual Studio installation, and that works fine for linking against on my computer. However, I would like to be able to build and link without having to have Visual Studio installed.
I am using Clang and LLD 9.0.0 on Windows 10.