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)