class documentation

class Mingw32CCompiler(distutils.cygwinccompiler.CygwinCCompiler): (source)

View In Hierarchy

A modified MingW32 compiler compatible with an MSVC built Python.

Method __init__ Undocumented
Method link Undocumented
Method object_filenames Undocumented
Class Variable compiler_type Undocumented
Instance Variable compiler_cxx Undocumented
def __init__(self, verbose=0, dry_run=0, force=0): (source)

Undocumented

def link(self, target_desc, objects, output_filename, output_dir, libraries, library_dirs, runtime_library_dirs, export_symbols=None, debug=0, extra_preargs=None, extra_postargs=None, build_temp=None, target_lang=None): (source)

Undocumented

def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): (source)

Undocumented

compiler_type: str = (source)

Undocumented

compiler_cxx: list[str] = (source)

Undocumented