rules_foreign_cc/examples/make_simple/code
jheaff1 93d7c272cc
Build make windows (#716)
* 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).
2021-07-12 07:17:18 -07:00
..
BUILD.bazel Renamed BUILD files to BUILD.bazel (#540) 2021-03-03 10:08:03 -08:00
Makefile Build make windows (#716) 2021-07-12 07:17:18 -07:00
clang_wrapper.sh Build make windows (#716) 2021-07-12 07:17:18 -07:00
liba.cpp Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
liba.h Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00