On Wednesday, 10 September 2014 at 13:40:16 UTC, rcor wrote:
> dub.json contains what I think should do the same as above:
> {
>   "name": "test",
>   "importPaths": ["ext/dallegro5"],
>   "lflags": ["-Lext/dallegro5"]
> }
Does adding:
"libs": ["dallegro5"]
make a difference?
Cheers, Edwin