It all works fine for me so far. I wrote a trivial test project of four d files, and compiled it all together, directly from d files, which took a couple of seconds to compile. Then instead I compiled it as two "o" files in an "a" file (using "ar" to archive), plus a d file, plus another "o" file for good measure, and that was faster on the final compile time.
Re: Instructions for compilation from multiple source files
Solomon E via Digitalmars-d-learn Mon, 10 Nov 2014 22:56:12 -0800
- Re: Instructions for compil... Russel Winder via Digitalmars-d-learn
- Re: Instructions for compil... Solomon E via Digitalmars-d-learn
- Re: Instructions for co... ketmar via Digitalmars-d-learn
- Re: Instructions for co... Solomon E via Digitalmars-d-learn
- Re: Instructions fo... ketmar via Digitalmars-d-learn
- Re: Instructions fo... Solomon E via Digitalmars-d-learn
- Re: Instructio... ketmar via Digitalmars-d-learn
- Re: Instructio... Solomon E via Digitalmars-d-learn
- Re: Instru... ketmar via Digitalmars-d-learn
- Re: Instru... Solomon E via Digitalmars-d-learn
- Re: Instru... Solomon E via Digitalmars-d-learn
- Re: Instructions for compilation fro... Russel Winder via Digitalmars-d-learn
- Re: Instructions for compilation fro... John Colvin via Digitalmars-d-learn
- Re: Instructions for compilatio... Solomon E via Digitalmars-d-learn
- Re: Instructions for compilatio... ketmar via Digitalmars-d-learn