Dustmite and linking error

Mike Parker aldacron at gmail.com
Sat Sep 4 08:54:31 UTC 2021


On Saturday, 4 September 2021 at 08:19:53 UTC, JG wrote:

> As a small comment regarding dub. I can't help wondering if it 
> really the best idea for each configuration to include 
> everything by default and then have to exclude things? This 
> means that when you add another configuration and source files 
> for it you very often have to modify all other existing ones. 
> If instead you choose what to include this wouldn't happen. 
> Wild cards support could be added for included files to make 
> projects with a single configuration just as simple as now. 
> Just some thoughts. (I feel the same way regarding gitignore, I 
> would rather have the opposite.)

You should be able to do that now with "sourceFiles" and 
"sourcePaths". Just avoid the default "source" or "src" 
directories and specify the paths and/or files you want for each 
configuration.


More information about the Digitalmars-d-learn mailing list