Please provide DMD as 64 executable
Ethan Watson via Digitalmars-d
digitalmars-d at puremagic.com
Sun May 21 05:26:58 PDT 2017
On Sunday, 21 May 2017 at 01:29:58 UTC, Laeeth Isharc wrote:
> There a Visual D script, but I do not know how to use that
> using msbuild.
We had some trickiness at work regarding this. You essentially
need to invoke devenv instead of msbuild if you want to script
the process.
Of course, now that Visual D supports D files inside a .vcxproj,
it should probably be upgraded to use one of those instead of the
.visualdproject file.
More information about the Digitalmars-d
mailing list