How bundles a Dlang application and all its dependencies into a single .exe package?

Dennis dkorpel at gmail.com
Sun Dec 1 22:02:38 UTC 2019


On Sunday, 1 December 2019 at 20:05:40 UTC, Marcone wrote:
> How bundles a Dlang application and all its dependencies into a 
> single .exe package?

You can embed files in the .exe using the import statement:
https://p0nce.github.io/d-idioms/#Embed-a-dynamic-library-in-an-executable


More information about the Digitalmars-d-learn mailing list