What is the current status of D build systems?
Yuxuan Shui via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 30 20:20:36 PDT 2015
On Friday, 31 July 2015 at 02:00:41 UTC, Mike Parker wrote:
> On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote:
>
>> are there any other build systems I should look into?
>>
>
> Premake [1] supports mixing languages in the same build script.
> It's not a build tool itself, but can generate makefiles and
> IDE projects. Manu [2] maintains extensions for D support.
>
> [1] https://premake.github.io/
> [2] https://github.com/premake/premake-dlang
It seems premake-dlang is not capable of fetch dub packages, is
that correct?
More information about the Digitalmars-d
mailing list