Searched refs:gen_lib_options (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_ccompiler.py | 6 from distutils.ccompiler import (gen_lib_options, CCompiler, 32 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | unixccompiler.py | 24 CCompiler, gen_preprocess_options, gen_lib_options 217 lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
|
D | emxccompiler.py | 25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
|
D | msvccompiler.py | 19 from distutils.ccompiler import CCompiler, gen_lib_options 488 lib_opts = gen_lib_options (self,
|
D | cygwinccompiler.py | 53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
|
D | msvc9compiler.py | 24 from distutils.ccompiler import CCompiler, gen_lib_options 604 lib_opts = gen_lib_options(self,
|
D | ccompiler.py | 1106 def gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries): function
|