Home
last modified time | relevance | path

Searched refs:obj_extension (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/Configurations/platform/
H A DUnix.pm27 sub objext { $target{obj_extension} || '.o' }
28 sub depext { $target{obj_extension} || '.d' }
/third_party/openssl/Configurations/platform/
H A DUnix.pm27 sub objext { $target{obj_extension} || '.o' }
28 sub depext { $target{obj_extension} || '.d' }
/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py91 obj_extension = ".o" variable in CygwinCCompiler
266 base + ext + self.obj_extension))
269 base + self.obj_extension))
H A Dbcppcompiler.py46 obj_extension = '.obj' variable in BCPPCompiler
356 base + self.obj_extension))
H A D_msvccompiler.py194 obj_extension = '.obj' variable in MSVCCompiler
290 **{ext: self.obj_extension for ext in self.src_extensions},
H A Dmsvccompiler.py223 obj_extension = '.obj' variable in MSVCCompiler
338 base + self.obj_extension))
H A Dccompiler.py64 obj_extension = None # string variable in CCompiler
831 # * obj_extension -
861 base + self.obj_extension))
H A Dmsvc9compiler.py322 obj_extension = '.obj' variable in MSVCCompiler
451 base + self.obj_extension))
H A Dunixccompiler.py75 obj_extension = ".o" variable in UnixCCompiler
/third_party/gn/src/gn/
H A Dninja_target_command_util.cc172 const std::string& obj_extension) { in GetWindowsPCHObjectExtension()
179 result += obj_extension; in GetWindowsPCHObjectExtension()
171 GetWindowsPCHObjectExtension(const char* tool_name, const std::string& obj_extension) GetWindowsPCHObjectExtension() argument
H A Dninja_target_command_util.h116 const std::string& obj_extension);

Completed in 8 milliseconds