OpenQuizz
Une application de gestion des contenus pédagogiques
CygwinCCompiler Class Reference
Inheritance diagram for CygwinCCompiler:
Collaboration diagram for CygwinCCompiler:

Public Member Functions

def __init__ (self, verbose=0, dry_run=0, force=0)
 
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 object_filenames (self, source_filenames, strip_dir=0, output_dir='')
 

Data Fields

 dllwrap_version
 
 linker_dll
 
 gcc_version
 
 dll_libraries
 

Static Public Attributes

 compiler_type
 
 obj_extension
 
 static_lib_extension
 
 shared_lib_extension
 
 static_lib_format
 
 shared_lib_format
 
 exe_extension
 

Detailed Description

Handles the Cygwin port of the GNU C compiler to Windows.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  verbose = 0,
  dry_run = 0,
  force = 0 
)

Reimplemented in Mingw32CCompiler.

Member Function Documentation

◆ 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 
)
Link the objects.

◆ object_filenames()

def object_filenames (   self,
  source_filenames,
  strip_dir = 0,
  output_dir = '' 
)
Adds supports for rc and res files.

Field Documentation

◆ compiler_type

compiler_type
static

◆ dll_libraries

dll_libraries

◆ dllwrap_version

dllwrap_version

◆ exe_extension

exe_extension
static

◆ gcc_version

gcc_version

◆ linker_dll

linker_dll

◆ obj_extension

obj_extension
static

◆ shared_lib_extension

shared_lib_extension
static

◆ shared_lib_format

shared_lib_format
static

◆ static_lib_extension

static_lib_extension
static

◆ static_lib_format

static_lib_format
static

The documentation for this class was generated from the following file: