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.
See Implementation
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.