dMainDependencies

Given a source file with a D main() function, return The list of D files to compile to link the executable Includes all dependencies, not just source files to compile.

@trusted
string[]
dMainDependencies
(
in string output
)

Meta