#pragma comment (lib, ...)

Jacob Carlborg doob at me.com
Wed Oct 10 11:57:53 PDT 2012


On 2012-10-10 17:00, Jesse Phillips wrote:

> Well, to comply with the standard it must at least ignore it.
>
> http://dlang.org/pragma.html
>
> I don't see this needing to be outside the source files. Actually I'd be
> happy if all that was supported was exporting that information, probably
> to the json. What bothers me with not having this information in the
> library is that each project I create will now need to copy and paste my
> lib dependencies, or the general need to remember what library is used
> by a given library.
>
> Marco,
>
> As for versions. I don't know what version of ole32.dll I'm using or how
> to find out, I don't really care either. But I guess it would be good to
> have the option though.

A package manager would be the solution for that.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list