Guide for dmd development @ Win64?

Orvid King via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 4 15:48:53 PDT 2014


On 8/3/2014 6:58 PM, Dicebot wrote:
> On Saturday, 2 August 2014 at 20:49:12 UTC, Orvid King wrote:
>> I actually use a shell script which I run from git's bash shell. It
>> updates, builds, and installs DMD, druntime, and phobos. It currently
>> is setup to build a 64-bit DMD with MSVC, and will build and install
>> both the 32 and 64-bit druntime and phobos libraries. The dmd3
>> directory that I install to is basically a copy of the dmd2 directory
>> created by the installer, except that I've deleted everything except
>> the windows and src folders.
>>
>> https://gist.github.com/Orvid/7b254c307c701318488a
>
> Hm, I am using Visual Studio Express 2013, does that make any difference?

Yep, you'll need to update VCDIR at the top of updateAll.sh to point 
into the 2013 Visual Studio directory rather than the 2010 directory. (I 
believe it should be 12.0)


More information about the Digitalmars-d mailing list