class documentation

class Mingw32CCompiler(distutils.cygwinccompiler.CygwinCCompiler):

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):

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):

Undocumented

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

Undocumented

compiler_type: str =

Undocumented

compiler_cxx: list[str] =

Undocumented