Searched refs:create_static_lib (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/distutils/command/ |
D | build_clib.py | 207 self.compiler.create_static_lib(objects, lib_name,
|
/third_party/python/Lib/distutils/tests/ |
D | test_build_clib.py | 85 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
|
/third_party/python/Lib/distutils/ |
D | unixccompiler.py | 122 def create_static_lib(self, objects, output_libname, member in UnixCCompiler
|
D | bcppcompiler.py | 146 def create_static_lib (self, member in BCPPCompiler
|
D | _msvccompiler.py | 408 def create_static_lib(self, member in MSVCCompiler
|
D | msvccompiler.py | 428 def create_static_lib(self, member in MSVCCompiler
|
D | ccompiler.py | 585 def create_static_lib(self, objects, output_libname, output_dir=None, member in CCompiler
|
D | msvc9compiler.py | 540 def create_static_lib(self, member in MSVCCompiler
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 627 ….. method:: CCompiler.create_static_lib(objects, output_libname[, output_dir=None, debug=0, target… 678 *debug* is as for :meth:`compile` and :meth:`create_static_lib`, with the 680 :meth:`create_static_lib`, which includes a *debug* flag mostly for form's
|