Does DUB create .dll files?

Rene Zwanenburg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue May 17 01:23:35 PDT 2016


On Tuesday, 17 May 2016 at 05:30:33 UTC, WhatMeWorry wrote:
> Am I supposed to get ALURE32.DLL from somewhere outside of DUB, 
> or did I miss a step or command when I built 
> derelict-alure-master?
>
> thanks.

You'll need to get the dll somewhere else and set up DUB to copy 
it to your output directory. The derelict packages don't include 
prebuilt binaries for the libraries they're binding to.

Here's how dlangui does it for example:

https://github.com/buggins/dlangui/blob/master/dub.json#L60


More information about the Digitalmars-d-learn mailing list