Home
last modified time | relevance | path

Searched refs:gen_lib_options (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/
Dunixccompiler.py21 CCompiler, gen_preprocess_options, gen_lib_options
158 lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
D_msvccompiler.py22 from distutils.ccompiler import CCompiler, gen_lib_options
460 lib_opts = gen_lib_options(self,
Dmsvccompiler.py16 CCompiler, gen_lib_options
479 lib_opts = gen_lib_options(self,
Dmsvc9compiler.py22 from distutils.ccompiler import CCompiler, gen_lib_options
591 lib_opts = gen_lib_options(self,
Dccompiler.py1080 def gen_lib_options (compiler, library_dirs, runtime_library_dirs, libraries): function
/third_party/python/Doc/distutils/
Dapiref.rst331 .. function:: gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries)