93d7c272cc
* Refactor _env_prelude method to be public (589) In an upcoming commit, the method will be used to set the PATH, INCLUDE and LIB environment variables in Windows when building GNU Make from source * Build make from source on Windows (#589) The built_tools_framework.bzl file was modified so that the PATH, INCLUDE and LIB environment variables are set from the C++ toolchain, e.g. MSVC. The PATH environment variable is prepended with the path to the toolchain's linker, otherwise the MSYS2 linker would be used instead of MSVC (as they are both named link.exe). |
||
---|---|---|
.. | ||
BUILD.bazel | ||
Makefile | ||
clang_wrapper.sh | ||
liba.cpp | ||
liba.h |