commit | 69095be0988711b42dad047892cd20581e9e9e10 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri May 17 07:26:14 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 17 07:28:31 2019 -0700 |
tree | b0d886ea49bc7018ce3124387eca41e768813c1b | |
parent | 40e7fa1c52dccb0aba3e085cc7b8974ccf8ed80b [diff] |
Add support for a cc_import() of a DLL with no interface library on Windows. Depending on this is very nearly a no-op; the linker cannot reference DLLs with no interface library. However, it's necessary for the copy_dynamic_libraries_to_binary feature to work in cases where a DLL is referenced without use of its interface library. (e.g., LoadLibrary, or one DLL a target depends on that itself depends on another DLL). RELNOTES: Allow cc_import() of a DLL with no interface library on Windows, used to document runtime dependencies. PiperOrigin-RevId: 248716186
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.