New issue
Advanced search Search tips

Issue 594788 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Need src/tools/win/SetEnv.cmd to run active toolchain's SetEnv.cmd

Project Member Reported by brucedaw...@chromium.org, Mar 14 2016

Issue description

Now that the current toolchain is in a directory path that includes the hash of the toolchain it is much harder to run SetEnv.cmd, which is sometimes necessary to get dumpbin, or cl.exe and link.exe in the path.

We could fix this easily by having a batch file or Python script that would grab the hash from build\vs_toolchain.py and run the correct version of SetEnv.cmd. Perhaps a batch file that runs a python script that creates a batch file?

 
Components: Build

Sign in to add a comment