Have Win DMD use gmake instead of a separate DMMake makefile?

Jacob Carlborg doob at me.com
Mon Aug 12 23:56:11 PDT 2013


On 2013-08-11 23:35, Anon wrote:

> Does pragma(lib, "curl") not work on Windows/DMD? I know it does in
> Linux (used in DMD and LDC, ignored under GDC),
> and was under the impression that that was the portable way to use
> pragma(lib).

No, it's not portable. Example, libraries on Posix are usually named 
"libfoo.a", on Windows they're named "foo.lib". As far as I know that is 
not handled by pragma(lib).

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list