Home
last modified time | relevance | path

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/
Dtest_ccompiler.py6 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/
Dunixccompiler.py24 CCompiler, gen_preprocess_options, gen_lib_options
217 lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
Demxccompiler.py25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
Dmsvccompiler.py19 from distutils.ccompiler import CCompiler, gen_lib_options
488 lib_opts = gen_lib_options (self,
Dcygwinccompiler.py53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
Dmsvc9compiler.py24 from distutils.ccompiler import CCompiler, gen_lib_options
604 lib_opts = gen_lib_options(self,
Dccompiler.py1106 def gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries): function