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

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
mingw.pm 22 sub resext { '.res.obj' } subroutine
Windows.pm 25 sub resext { '.res' } subroutine
BASE.pm 43 sub res { return __base($_[1], '.res') . $_[0]->resext() }
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
mingw.pm 22 sub resext { '.res.obj' } subroutine
Windows.pm 25 sub resext { '.res' } subroutine
BASE.pm 43 sub res { return __base($_[1], '.res') . $_[0]->resext() }
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 7 our $resext = $target{res_extension} || ".res";

Completed in 24 milliseconds