Commit c92962cb authored by Jason R. Coombs's avatar Jason R. Coombs

Update comment to clarify why 'Visual Studio' is referenced for the SDK.

--HG--
branch : distribute
extra : rebase_source : 1f0b5eeb82b7551c66b15fb4379ec03e61d68344
parent 25403454
@echo off
REM VCVARSALL may be in Program Files or Program Files (x86)
REM Use old Windows SDK 6.1 so created .exe will be compatible with
REM old Windows versions.
REM Windows SDK 6.1 may be downloaded at:
REM http://www.microsoft.com/en-us/download/details.aspx?id=11310
set PATH_OLD=%PATH%
REM The SDK creates a false install of Visual Studio at one of these locations
set PATH=C:\Program Files\Microsoft Visual Studio 9.0\VC\bin;%PATH%
set PATH=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin;%PATH%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment