How send parameters to DMD when using DUB

ryuukk_ ryuukk_ at gmail.com
Tue Apr 20 01:20:36 UTC 2021


On Monday, 19 April 2021 at 23:31:58 UTC, Marcone wrote:
> I need add Icon, resources, or manifest. But how can I make it 
> using DUB?

I do it this way (only for compiled resource file that i edit 
using resource hacker)

```json
"sourceFiles-windows": [
     "ressources.res"
],
```

I'm not sure if that is the way to do it, i wish there was a 
simpler way, if anybody knows better, please let us know!


More information about the Digitalmars-d mailing list