Home
last modified time | relevance | path

Searched defs:objext (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/Configurations/platform/
H A Dmingw.pm16 sub objext { '.obj' } subroutine
H A DUnix.pm27 sub objext { $target{obj_extension} || '.o' } subroutine
H A DVMS.pm25 sub objext { '.OBJ' } subroutine
H A DWindows.pm20 sub objext { '.obj' } subroutine
/third_party/openssl/Configurations/platform/
H A Dmingw.pm16 sub objext { '.obj' } subroutine
H A DUnix.pm27 sub objext { $target{obj_extension} || '.o' } subroutine
H A DVMS.pm25 sub objext { '.OBJ' } subroutine
H A DWindows.pm20 sub objext { '.obj' } subroutine
/third_party/ninja/
H A Dconfigure.py270 objext = '.o' variable
273 objext = '.obj' variable

Completed in 4 milliseconds