isLinkerFile

Determines if a specific file name has the extension of a linker file.

Linker files include static/dynamic libraries, resource files, object files and DLL definition files.

bool
isLinkerFile
(
const scope ref BuildPlatform platform
,
string f
)

Meta