Home
last modified time | relevance | path

Searched defs:libext (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/Configurations/platform/
Dmingw.pm17 sub libext { '.a' } subroutine
DWindows.pm18 sub libext { '.lib' } subroutine
DUnix.pm25 sub libext { $target{lib_extension} || '.a' } subroutine
DVMS.pm23 sub libext { '.OLB' } subroutine
/third_party/node/deps/openssl/openssl/Configurations/platform/
Dmingw.pm17 sub libext { '.a' } subroutine
DWindows.pm18 sub libext { '.lib' } subroutine
DUnix.pm25 sub libext { $target{lib_extension} || '.a' } subroutine
DVMS.pm23 sub libext { '.OLB' } subroutine
/third_party/curl/
Dconfigure.ac119 AC_SUBST(libext) subst