nmake Makefile Error: LINK : fatal error LNK1104: cannot open file ‘LIBCMT.lib’
I am trying to compile a C project using a nmake makefile on Windows with Visual Studio 2019. When I run the compilation commands manually in the Developer Command Prompt, everything works fine. However, when I try to use nmake, I encounter the following error: