On 02.02.2013 14:16, Michael wrote:
Hi,
diff versions of Visual Studio may have diff installation path.

So here mine in proper order:

VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\

LINKCMD64=%VCINSTALLDIR%\bin\x86_amd64\link.exe

WindowsSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\


P.S.: I use: Win 8 Pro 64 bit, AMD Cpu, Visual Studio 2012 Express for
Desktop.

You can also set 64-bit specific settings in an [Environment64] section:

[Environment64]
LIB="%@P%\..\..\lib64";c:\l\vc10\lib64"
DFLAGS=%DFLAGS% -L/nologo

I hope the dmd internal magic regarding the VCINSTALLDIR and WindowsSdkDir settings gets moved to this sections.

Reply via email to