aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2018-03-22 03:09:32 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-22 03:11:08 -0700
commita3dd7775d2dbf7e4368712626e11c15be7a23efd (patch)
treef597e77ed8a338ebefd2d80dc9ea36dc98e06997 /.bazelci
parent7cca5d788da153acff59bba19617fc65e468201b (diff)
Windows: Expose setup_vc_env_vars function from windows_cc_configure.bzl
`setup_vc_env_vars` runs vcvarsall.bat to setup environment varibles for Visuall C++ build tools. It returns the values of PATH, LIB, INCLUDE and WINDOWSSDKDIR. Expose this function so that users can use load("@bazel_tools/tools/cpp:windows_cc_configure.bzl", "setup_vc_env_vars") to access this function. Fixed https://github.com/bazelbuild/bazel/issues/4542 RELNOTES[NEW]: Now you can access three functions in windows_cc_configure.bzl by: load("@bazel_tools/tools/cpp:windows_cc_configure.bzl", "<function_name>") 1. find_vc_path(repository_ctx): Detect the VC installation path on your machine, respect BAZEL_VC first, return None if VC not found. 2. setup_vc_env_vars(repository_ctx, vc_path): Get PATH, LIB, INCLUDE, WINDOWSSDKDIR env vars set by VCVARSALL.bat, return None if VCVARSALL.bat not found. 3. find_msvc_tool(repository_ctx, vc_path, tool): Find a certain VC build tool (eg. cl.exe, lib.exe, link.exe), return None if tool not found. Change-Id: Iec5770165aaa4766470bb3b4d818a2cf90678586 Closes #4892. Change-Id: Iec5770165aaa4766470bb3b4d818a2cf90678586 PiperOrigin-RevId: 190039950
Diffstat (limited to '.bazelci')
0 files changed, 0 insertions, 0 deletions