reggae.dependencies

Undocumented in source.

Members

Functions

dMainDepSrcs
string[] dMainDepSrcs(string output)

Given the output of compiling a file, return the list of D files to compile to link the executable. Only includes source files to compile

dMainDependencies
string[] dMainDependencies(string output)

Given the output of compiling a file, return the list of D files to compile to link the executable Includes all dependencies, not just source files to compile.

dependenciesFromFile
string[] dependenciesFromFile(R lines)
Undocumented in source. Be warned that the author may not have intended to support it.
dependenciesToFile
string[] dependenciesToFile(string objFile, string[] deps)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta