Let the D compiler print the dependencies.

Frank Benoit (keinfarbton) benoit at tionex.removethispart.de
Wed Dec 27 08:18:19 PST 2006


This should do it:
dmd -deps file.d | grep "depends : " | cut -c 10- | xargs grep text





More information about the Digitalmars-d mailing list