Searched defs:objext (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/Configurations/platform/ | ||
H A D | mingw.pm | 16 sub objext { '.obj' } subroutine |
H A D | Unix.pm | 27 sub objext { $target{obj_extension} || '.o' } subroutine |
H A D | VMS.pm | 25 sub objext { '.OBJ' } subroutine |
H A D | Windows.pm | 20 sub objext { '.obj' } subroutine |
/third_party/openssl/Configurations/platform/ | ||
H A D | mingw.pm | 16 sub objext { '.obj' } subroutine |
H A D | Unix.pm | 27 sub objext { $target{obj_extension} || '.o' } subroutine |
H A D | VMS.pm | 25 sub objext { '.OBJ' } subroutine |
H A D | Windows.pm | 20 sub objext { '.obj' } subroutine |
/third_party/ninja/ | ||
H A D | configure.py | 270 objext = '.o' variable 273 objext = '.obj' variable |
Completed in 4 milliseconds