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
I can reproduce this. Specifying architecture "x64" apparently does not cause -m64 to be passed along to DMD and it must be set in a buildoptions directive.
