Module run_make_support::external_deps::c_build
source · Functions§
- Builds a dynamic lib. The filename is computed in a target-dependent manner, relying on
std::env::consts::DLL_PREFIX
andstd::env::consts::DLL_EXTENSION
. - Builds a static lib (
.lib
on Windows MSVC and.a
for the rest) with the given name. Built from a C file. - Builds a static lib (
.lib
on Windows MSVC and.a
for the rest) with the given name. Built from a C++ file. - Builds an optimized static lib (
.lib
on Windows MSVC and.a
for the rest) with the given name. Built from a C file.