On Friday, 15 January 2016 at 21:13:22 UTC, Dibyendu Majumdar
wrote:
On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote:
Perhaps of interest, I have been maintaining D support in
Premake for
years (as an extension).
It was finally merged into mainline... so Premake now
officially
supports D out-of-the-box. Huzzah!
Hi - Thanks for this; I currently use CMake for C/C++ projects,
but due to lack of support for D in CMake, planning to migrate
to premake.
Unfortunately I find that premake doesn't support DMD correctly
on Windows 64-bit - it attempts to use the D linker rather than
the MS Linker.
Regards