|
def | preprocess (self, source, output_file=None, macros=None, include_dirs=None, extra_preargs=None, extra_postargs=None) |
|
def | create_static_lib (self, objects, output_libname, output_dir=None, debug=0, target_lang=None) |
|
def | link (self, target_desc, objects, output_filename, output_dir=None, libraries=None, library_dirs=None, runtime_library_dirs=None, export_symbols=None, debug=0, extra_preargs=None, extra_postargs=None, build_temp=None, target_lang=None) |
|
def | library_dir_option (self, dir) |
|
def | runtime_library_dir_option (self, dir) |
|
def | library_option (self, lib) |
|
def | find_library_file (self, dirs, lib, debug=0) |
|
◆ create_static_lib()
def create_static_lib |
( |
|
self, |
|
|
|
objects, |
|
|
|
output_libname, |
|
|
|
output_dir = None , |
|
|
|
debug = 0 , |
|
|
|
target_lang = None |
|
) |
| |
◆ find_library_file()
def find_library_file |
( |
|
self, |
|
|
|
dirs, |
|
|
|
lib, |
|
|
|
debug = 0 |
|
) |
| |
◆ library_dir_option()
def library_dir_option |
( |
|
self, |
|
|
|
dir |
|
) |
| |
◆ library_option()
def library_option |
( |
|
self, |
|
|
|
lib |
|
) |
| |
◆ link()
def link |
( |
|
self, |
|
|
|
target_desc, |
|
|
|
objects, |
|
|
|
output_filename, |
|
|
|
output_dir = None , |
|
|
|
libraries = None , |
|
|
|
library_dirs = None , |
|
|
|
runtime_library_dirs = None , |
|
|
|
export_symbols = None , |
|
|
|
debug = 0 , |
|
|
|
extra_preargs = None , |
|
|
|
extra_postargs = None , |
|
|
|
build_temp = None , |
|
|
|
target_lang = None |
|
) |
| |
◆ preprocess()
def preprocess |
( |
|
self, |
|
|
|
source, |
|
|
|
output_file = None , |
|
|
|
macros = None , |
|
|
|
include_dirs = None , |
|
|
|
extra_preargs = None , |
|
|
|
extra_postargs = None |
|
) |
| |
◆ runtime_library_dir_option()
def runtime_library_dir_option |
( |
|
self, |
|
|
|
dir |
|
) |
| |
◆ compiler_type
◆ dylib_lib_extension
◆ dylib_lib_format
◆ exe_extension
◆ executables
◆ obj_extension
◆ shared_lib_extension
◆ shared_lib_format
◆ src_extensions
◆ static_lib_extension
◆ static_lib_format
◆ xcode_stub_lib_extension
◆ xcode_stub_lib_format
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py