DIP11: Automatic downloading of libraries

Jacob Carlborg doob at me.com
Mon Jun 20 01:25:53 PDT 2011


On 2011-06-19 22:28, Dmitry Olshansky wrote:

> Why having name as run-time parameter? I'd expect more like (given there
> is Target struct or class):
> //somewhere at top
> Target cool_lib, ...;
>
> then:
> with(cool_lib) {
> flags = "-L-lz";
> }
>
> I'd even expect special types like Executable, Library and so on.

The user shouldn't have to create the necessary object. If it does, how 
would the tool get it then?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list