Home
last modified time | relevance | path

Searched refs:shared_lib_extension (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dccompiler.py71 compiler.shared_lib_extension = so_ext
124 shared_lib_extension = None # string variable in CCompiler
884 return os.path.join(output_dir, basename + self.shared_lib_extension)
Demxccompiler.py36 shared_lib_extension = ".dll" variable in EMXCCompiler
Dcygwinccompiler.py87 shared_lib_extension = ".dll" variable in CygwinCCompiler
Dunixccompiler.py139 shared_lib_extension = ".so" variable in UnixCCompiler
Dbcppcompiler.py48 shared_lib_extension = '.dll' variable in BCPPCompiler
Dsysconfig.py185 compiler.shared_lib_extension = so_ext
Dmsvccompiler.py230 shared_lib_extension = '.dll' variable in MSVCCompiler
Dmsvc9compiler.py335 shared_lib_extension = '.dll' variable in MSVCCompiler