Procházet zdrojové kódy

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
scottmg@chromium.org před 11 roky
rodič
revize
b8e529fae4
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      win_toolchain/toolchain2013.py

+ 0 - 1
win_toolchain/toolchain2013.py

@@ -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')