link

Regular run-time link function. Links an executable from the given dependency targets. The linker used depends on the file extension of the leaf nodes of the passed-in targets. If any D files are found, the linker is the D compiler, and so on with C++ and C. If none of those apply, the D compiler is used.

  1. Target link()
  2. Target link(ExeName exeName, Target[] dependencies, Flags flags)
    @safe @safe pure
    link

Meta