Functionsยง
- Builds a dynamic lib. The filename is computed in a target-dependent manner, relying on
std::env::consts::DLL_PREFIXandstd::env::consts::DLL_EXTENSION. - Builds a static lib (
.libon Windows MSVC and.afor the rest) with the given name. Built from a C file. - Builds a static lib (
.libon Windows MSVC and.afor the rest) with the given name. Built from a C++ file. - Builds an optimized static lib (
.libon Windows MSVC and.afor the rest) with the given name. Built from a C file.