Chromium Code Reviews| Index: win_toolchain/package_from_installed.py |
| diff --git a/win_toolchain/package_from_installed.py b/win_toolchain/package_from_installed.py |
| index e0a3ff262e33506da6d25bfa7e93aab745e17425..a178864a1633a15cb17fad9f9b379f72ca4d73ca 100644 |
| --- a/win_toolchain/package_from_installed.py |
| +++ b/win_toolchain/package_from_installed.py |
| @@ -183,6 +183,8 @@ def GenerateSetEnvCmd(target_dir): |
| f.write('@echo off\n' |
| ':: Generated by win_toolchain\\package_from_installed.py.\n' |
| # Common to x86 and x64 |
| + 'set VSINSTALLDIR=%~dp0..\\..\\\n' |
| + 'set VCINSTALLDIR=%~dp0..\\..\\VC\\\n' |
|
scottmg
2016/01/20 20:50:24
Yuck, these do have trailing \ in vcvarsall. :(
|
| 'set PATH=%~dp0..\\..\\Common7\\IDE;%PATH%\n' |
| 'set INCLUDE=%~dp0..\\..\\win_sdk\\Include\\WINVERSION\\um;' |
| '%~dp0..\\..\\win_sdk\\Include\\WINVERSION\\shared;' |