Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py6 from distutils.ccompiler import (gen_lib_options, CCompiler,
33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
/external/python/cpython2/Lib/distutils/
Dunixccompiler.py24 CCompiler, gen_preprocess_options, gen_lib_options
161 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,
Dmsvc9compiler.py24 from distutils.ccompiler import CCompiler, gen_lib_options
604 lib_opts = gen_lib_options(self,
Dcygwinccompiler.py53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
Dccompiler.py1057 def gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst306 .. function:: gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries)