mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Revert 284349 "Add winrt to the INCLUDE directories of the toolc..."
Sorry, I screwed up. This breaks Express-only per skia:2781. I'll reland it before I push the next VS update. > Add winrt to the INCLUDE directories of the toolchain bundler. > > The motivation is that vcvarsall sets it, and that it might make it possible to > land https://codereview.chromium.org/405723002/ one day. > > BUG=395405 > TBR=jochen > > Review URL: https://codereview.chromium.org/393233004 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/424813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@285924 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -383,7 +383,6 @@ def GenerateSetEnvCmd(target_dir, pro):
|
||||
'set PATH=%~dp0..\\..\\Common7\\IDE;%PATH%\n'
|
||||
'set INCLUDE=%~dp0..\\..\\win8sdk\\Include\\um;'
|
||||
'%~dp0..\\..\\win8sdk\\Include\\shared;'
|
||||
'%~dp0..\\..\\win8sdk\\Include\\winrt;'
|
||||
'%~dp0..\\..\\VC\\include;'
|
||||
'%~dp0..\\..\\VC\\atlmfc\\include\n'
|
||||
'if "%1"=="/x64" goto x64\n')
|
||||
|
||||
Reference in New Issue
Block a user