Home
last modified time | relevance | path

Searched refs:set_libraries (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/command/
Dconfig.py103 self.compiler.set_libraries(self.libraries)
Dbuild_ext.py331 self.compiler.set_libraries(self.libraries)
/third_party/python/Lib/distutils/
Dccompiler.py251 def set_libraries(self, libnames): member in CCompiler
/third_party/python/Doc/distutils/
Dapiref.rst436 supplied to :meth:`add_library` and/or :meth:`set_libraries`. It is perfectly
441 .. method:: CCompiler.set_libraries(libnames)
451 specified to :meth:`add_library` and :meth:`set_libraries`. The linker will be
633 :meth:`set_libraries`, and the libraries supplied as *libraries* (if any).