bundleCrt property

bool bundleCrt
final

Whether to bundle the correct CRT DLLs next to the output library.

Defaults to true. Only effective when dynamicCrt is true. The builder copies MSVCP140.dll, VCRUNTIME140.dll, and VCRUNTIME140_1.dll from the VS Redist directory into the same folder as the built DLL, ensuring the correct version is loaded at runtime regardless of what the end-user's system has installed.

Implementation

final bool bundleCrt;