Include .def definition file information for the linker into a .d source file

Adam D Ruppe destructionator at gmail.com
Wed Nov 24 17:14:42 UTC 2021


On Wednesday, 24 November 2021 at 17:06:21 UTC, BoQsc wrote:
> **The question:** Is there a way to include the `.def` file 
> instructions inside `.d` file, so that there won't be a need 
> for additional `.def` file when compiling. (`dmd winsamp`)

https://dlang.org/spec/pragma.html#linkerDirective


More information about the Digitalmars-d-learn mailing list