On 2015-02-02 15:17, Manu via Digitalmars-d wrote:
If I have another build tool, then I already have a build tool. Why would I want 2 build tools? Double the trouble.
In my experience most build tools are to complicated, or rather, it's too complicated for simple projects. Especially if they don't directly support the target language. A build script for an executable should be as simple as:
target "foo" That would track all dependencies of the "foo.d" file and build that. -- /Jacob Carlborg