On Tuesday, 22 October 2019 at 18:21:36 UTC, Vinod K Chandran wrote:
But what if there is too many include files ?

The dmd -i thing will do that for you

dmd -i main.d

and it will automatically find the others, assuming they are laid out so the module/import name matches the file name

Reply via email to