Re: How add all folders of a diretory using -J ?

2020-04-02 Thread WebFreak001 via Digitalmars-d-learn
On Wednesday, 1 April 2020 at 23:19:39 UTC, Baby Beaker wrote: Exemple: Inside folder Project I have ten folders. How can I add this ten folders using dmd and -J command? I don't want add one by one. you could use `-J .` (-J projectFolder) so in your imports you can use

How add all folders of a diretory using -J ?

2020-04-01 Thread Baby Beaker via Digitalmars-d-learn
Exemple: Inside folder Project I have ten folders. How can I add this ten folders using dmd and -J command? I don't want add one by one.