www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - What is format of "dmd -deps ..." output?

reply "Cooler" <kulkin hotbox.ru> writes:
Is there any official/unofficial documentation about -deps
command line option output?
Feb 26 2014
parent "Simon =?UTF-8?B?QsO8cmdlciI=?= <simon.buerger rwth-aachen.de> writes:
On Wednesday, 26 February 2014 at 13:38:55 UTC, Cooler wrote:
 Is there any official/unofficial documentation about -deps
 command line option output?
This does not answer your question directly, but if you want to create dependency files for use with make, you can use "rdmd --makedepend".
Feb 27 2014