Home
last modified time | relevance | path

Searched refs:shared_lib_format (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/distutils/
Demxccompiler.py38 shared_lib_format = "%s%s" variable in EMXCCompiler
Dunixccompiler.py83 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s"
Dcygwinccompiler.py89 shared_lib_format = "%s%s" variable in CygwinCCompiler
Dbcppcompiler.py49 static_lib_format = shared_lib_format = '%s%s'
Dmsvccompiler.py231 static_lib_format = shared_lib_format = '%s%s'
Dccompiler.py76 shared_lib_format = None # prob. same as static_lib_format variable in CCompiler
Dmsvc9compiler.py336 static_lib_format = shared_lib_format = '%s%s'