reggae.dependencies

Undocumented in source.

Members

Functions

dMainDepSrcs
string[] dMainDepSrcs(string output)

Given a source file with a D main() function, return The list of D files to compile to link the executable. Only includes source files to compile

dMainDependencies
string[] dMainDependencies(string output)

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.

Meta