Searched defs:create_static_lib (Results 1 - 6 of 6) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ | ||
H A D | test_build_clib.py | 76 create_static_lib = compile variable in class:BuildCLibTestCase.test_build_libraries.FakeCompiler |
/external/python/cpython2/Lib/distutils/ | ||
H A D | bcppcompiler.py | 146 def create_static_lib (self, member in class:BCPPCompiler 168 # create_static_lib () |
H A D | unixccompiler.py | 126 def create_static_lib(self, objects, output_libname, member in class:UnixCCompiler |
H A D | msvccompiler.py | 438 def create_static_lib (self, member in class:MSVCCompiler 462 # create_static_lib () |
H A D | ccompiler.py | 586 def create_static_lib(self, objects, output_libname, output_dir=None, member in class:CCompiler 649 'debug' is as for 'compile()' and 'create_static_lib()', with the 651 opposed to 'create_static_lib()', which includes a 'debug' flag |
H A D | msvc9compiler.py | 553 def create_static_lib(self, member in class:MSVCCompiler |
Completed in 147 milliseconds