Make dub part of the standard dmd distribution

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 2 00:12:20 PDT 2015


On 2015-06-01 20:49, Steven Schveighoffer wrote:

> I'm not defending DIP11, just that the fact that it could be done
> without requiring an extra "dependencies" file.

One usually needs a file to set all compiler and linker flags and other 
kinds of configurations. Dub allows you to do this as well in 
cross-platform way. So when you already have all that, just put the 
dependencies there and be done with it.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list