Searched defs:libext (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/Configurations/platform/ | ||
H A D | mingw.pm | 17 sub libext { '.a' } subroutine |
H A D | Unix.pm | 25 sub libext { $target{lib_extension} || '.a' } subroutine |
H A D | VMS.pm | 23 sub libext { '.OLB' } subroutine |
H A D | Windows.pm | 18 sub libext { '.lib' } subroutine |