swift
3b968f69 - CommandLineSupport: add a directive for autolinking on Windows

Commit
166 days ago
CommandLineSupport: add a directive for autolinking on Windows We use functions from Shell32.Lib. Ensure that we indicate the autolinking to the linker. This aides when building with a static runtime to avoid having to specify the additional library dependency for clients that are attempting to link against the runtime. This is particularly important for the CMake compiler check where we would need to list Shell32 as a required link library.
Author
Committer
Parents
Loading