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/ | ||
D | ccompiler.py | 71 compiler.shared_lib_extension = so_ext |
D | emxccompiler.py | 36 shared_lib_extension = ".dll" variable in EMXCCompiler |
D | cygwinccompiler.py | 87 shared_lib_extension = ".dll" variable in CygwinCCompiler |
D | unixccompiler.py | 139 shared_lib_extension = ".so" variable in UnixCCompiler |
D | bcppcompiler.py | 48 shared_lib_extension = '.dll' variable in BCPPCompiler |
D | sysconfig.py | 185 compiler.shared_lib_extension = so_ext |
D | msvccompiler.py | 230 shared_lib_extension = '.dll' variable in MSVCCompiler |
D | msvc9compiler.py | 335 shared_lib_extension = '.dll' variable in MSVCCompiler |