/DEFAULTLIB
#pragma comment(lib, ...)
This is important, for example, for linking correctly to the C++ standard library on Windows, which uses `#pragma comment(lib, ...)` in its headers to specify the correct library to link against.