Easier way to add libraries to visual d?

Basile B. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 26 15:15:17 PDT 2016


On Thursday, 26 May 2016 at 20:46:31 UTC, TheDGuy wrote:
> On Thursday, 26 May 2016 at 20:25:43 UTC, Basile B. wrote:
>> [...]
>
> I tried this with the gfm-package. I opened the dub.json file 
> as a project and clicked 'Compilation'-> 'Compile Project' then 
> it did its things:
>
> [...]

gfm doesn't yield a .lib because of this:

https://github.com/d-gamedev-team/gfm/blob/master/dub.json#L22

it should be "library" or staticLibrary or "sourceLibrary"

thus it can't be registered. Bad luck here you've chosen the 
wrong stuff to test.


More information about the Digitalmars-d-learn mailing list