Let the D compiler print the dependencies.
Frank Benoit (keinfarbton)
benoit at tionex.removethispart.de
Wed Dec 27 07:57:02 PST 2006
> (I also think it should print filnames
> and not moduenames, or have two switches)
If the file is actually missing, the compiler perhaps does not know the
filename. It can be in a missing search path and it can be a .d or .di
file. So printing the module name will always work.
The build tool can than search in in the project folders or can start a
download of the missing sources, or something like that... then start a
new compile run.
More information about the Digitalmars-d
mailing list