CRT

See also https://www.amd.com/en/developer/resources/technical-articles/2026/a-practical-approach-to-using-sherpa-onnx-production-ready-on-wi.html

It describes MT, MTd, MD, MDd

  • C runtime (CRT) and C++ standard library (STL) .lib files

dumpbin /directives lib\Release\sherpa-onnx-c-api.lib | findstr RuntimeLibrary
for %f in (*.lib) do @echo %f & dumpbin /directives "%f" | findstr RuntimeLibrary