Why is DUB not passing dll.def file to linker

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat May 20 13:04:27 PDT 2017


On Saturday, 20 May 2017 at 19:53:16 UTC, Igor wrote:
>
> There is no mention of dll.def file.

Add a "sourceFiles" directive:

"sourceFiles-windows" : ["dll.def"]

See the comments at the following:

https://github.com/dlang/dub/issues/575
https://github.com/dlang/dub/pull/399



More information about the Digitalmars-d-learn mailing list