Home
last modified time | relevance | path

Searched defs:obj_extension (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dninja_target_command_util.cc172 const std::string& obj_extension) { in GetWindowsPCHObjectExtension()
/third_party/python/Lib/distutils/
Dcygwinccompiler.py91 obj_extension = ".o" variable in CygwinCCompiler
Dbcppcompiler.py46 obj_extension = '.obj' variable in BCPPCompiler
Dunixccompiler.py75 obj_extension = ".o" variable in UnixCCompiler
D_msvccompiler.py194 obj_extension = '.obj' variable in MSVCCompiler
Dmsvccompiler.py224 obj_extension = '.obj' variable in MSVCCompiler
Dmsvc9compiler.py322 obj_extension = '.obj' variable in MSVCCompiler
Dccompiler.py64 obj_extension = None # string variable in CCompiler