[Semi-OT] On the topic of build tools
ted
spam at spam.com
Thu Aug 12 02:12:08 UTC 2021
On 10/8/21 10:41 am, SealabJaster wrote:
> This is a rather aimless discussion, but I wanted to get this off my
> mind since I've been hopping around different build systems recently.
> Also it's 2am.
>
Have a look at:
https://github.com/GrahamStJack/bottom-up-build
Used in significant projects with both C++ and D involved. Handles code
generated during a build (& its dependencies). Fairly simple
configuration/setup.
Enforces simple dependencies (will refuse to build if there are circular
dependencies).
More information about the Digitalmars-d
mailing list