summaryrefslogtreecommitdiff
path: root/msvc-build-launcher.cmd
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-09 15:04:17 +0100
committerJason R. Coombs <jaraco@jaraco.com>2013-05-09 15:04:17 +0100
commit691c4020a54dc47e1ff9bab23ad15202b0a22117 (patch)
tree89ff01308c3674d11a385dc0637a7492549b00f3 /msvc-build-launcher.cmd
parent980ba304b036a5bb70eef1ba3d7daee6d2ee12f4 (diff)
downloadpython-setuptools-bitbucket-691c4020a54dc47e1ff9bab23ad15202b0a22117.tar.gz
Update comment to clarify why 'Visual Studio' is referenced for the SDK.
Diffstat (limited to 'msvc-build-launcher.cmd')
-rw-r--r--msvc-build-launcher.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/msvc-build-launcher.cmd b/msvc-build-launcher.cmd
index b59c510b..6097aaf8 100644
--- a/msvc-build-launcher.cmd
+++ b/msvc-build-launcher.cmd
@@ -1,11 +1,12 @@
@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%