OpenQuizz
Une application de gestion des contenus pédagogiques
|
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 | |
Handles the Cygwin port of the GNU C compiler to Windows.
def __init__ | ( | self, | |
verbose = 0 , |
|||
dry_run = 0 , |
|||
force = 0 |
|||
) |
Reimplemented in Mingw32CCompiler.
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.
def object_filenames | ( | self, | |
source_filenames, | |||
strip_dir = 0 , |
|||
output_dir = '' |
|||
) |
Adds supports for rc and res files.
|
static |
dll_libraries |
dllwrap_version |
|
static |
gcc_version |
linker_dll |
|
static |
|
static |
|
static |
|
static |
|
static |