GNU Make fork with D support
Max Haughton
maxhaton at gmail.com
Fri Apr 23 22:34:17 UTC 2021
On Friday, 23 April 2021 at 20:24:24 UTC, Brian wrote:
> On Friday, 23 April 2021 at 19:58:53 UTC, bachmeier wrote:
>> I guess my first preference would be the D compilers handling
>> it. Just as `dub init` creates a new Dub project, `dmd
>> dlang.mk` dumps dlang.mk in the directory and a Makefile that
>> includes it.
>
> I suspect that makes this a larger conversation which requires
> the enrollment of the compiler writers, possibly on the order
> of a DIP (which I can author if desired).
>
> ~Brian
Building D code does not require a DIP.
`dmd --smart-makefile-output=dlang.mk` or similar would be a
better API
More information about the Digitalmars-d
mailing list