Searched defs:output_libname (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 252 def link_shared_object(self, objects, output_libname, output_dir=None, argument 266 def link_shared_object(self, objects, output_libname, output_dir=None, argument
|
/external/python/cpython2/Lib/distutils/ |
D | bcppcompiler.py | 148 output_libname, argument
|
D | unixccompiler.py | 126 def create_static_lib(self, objects, output_libname, argument
|
D | msvccompiler.py | 440 output_libname, argument
|
D | ccompiler.py | 586 def create_static_lib(self, objects, output_libname, output_dir=None, argument 669 def link_shared_lib(self, objects, output_libname, output_dir=None, argument
|
D | msvc9compiler.py | 555 output_libname, argument
|