[dmd-beta] D 1.076 and 2.061 beta 1
Andrej Mitrovic
andrej.mitrovich at gmail.com
Sun Dec 30 13:44:39 PST 2012
On 12/30/12, Walter Bright <walter at digitalmars.com> wrote:
> VCINSTALLDIR, when set by VC, includes the trailing \
I think that's only true for WindowsSdkDir, not VSINSTALLDIR. See the
vsvars32.bat file or the vcvarsamd64.bat file, here's some snippets:
@SET VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio 9.0\VC
@if errorlevel 1 set WindowsSdkDir=%VCINSTALLDIR%\PlatformSDK\
set "PATH=%WindowsSdkDir%bin;%PATH%"
It seems it expects the SDK dir to have the slash but not the VC dir.
More information about the dmd-beta
mailing list