dmd a.d b.dOtherwise you can also use ddmd and let it find the module dependencies by itself.
Am I right understand that if I will put all needed files at src folder and name main file App.d dub will add all needed files to App.d ?
Suliman via Digitalmars-d-learn Mon, 10 Nov 2014 04:31:07 -0800
dmd a.d b.dOtherwise you can also use ddmd and let it find the module dependencies by itself.
Am I right understand that if I will put all needed files at src folder and name main file App.d dub will add all needed files to App.d ?