HomeSort by: relevance | last modified time | path
    Searched refs:shlibextimport (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
mingw.pm 24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' } subroutine
48 $_[0]->shlibextimport());
Windows.pm 26 sub shlibextimport { '.lib' } subroutine
61 $_[0]->shlibextimport());
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
mingw.pm 24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' } subroutine
48 $_[0]->shlibextimport());
Windows.pm 26 sub shlibextimport { '.lib' } subroutine
61 $_[0]->shlibextimport());
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 13 our $shlibextimport = $target{shared_import_extension} || "";
120 SHLIB_EXT_IMPORT={- $shlibextimport -}
windows-makefile.tmpl 12 our $shlibextimport = $target{shared_import_extension} || ".lib";
51 return $lib . $shlibextimport;

Completed in 33 milliseconds