OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, verbose=0, dry_run=0, force=0) |
def | initialize (self, plat_name=None) |
def | object_filenames (self, source_filenames, strip_dir=0, output_dir='') |
def | compile (self, sources, output_dir=None, macros=None, include_dirs=None, debug=0, extra_preargs=None, extra_postargs=None, depends=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 | spawn (self, cmd) |
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) |
Static Public Attributes | |
compiler_type | |
executables | |
src_extensions | |
res_extension | |
obj_extension | |
static_lib_extension | |
shared_lib_extension | |
static_lib_format | |
shared_lib_format | |
exe_extension | |
Concrete class that implements an interface to Microsoft Visual C++, as defined by the CCompiler abstract class.
def __init__ | ( | self, | |
verbose = 0 , |
|||
dry_run = 0 , |
|||
force = 0 |
|||
) |
def compile | ( | self, | |
sources, | |||
output_dir = None , |
|||
macros = None , |
|||
include_dirs = None , |
|||
debug = 0 , |
|||
extra_preargs = None , |
|||
extra_postargs = None , |
|||
depends = None |
|||
) |
def create_static_lib | ( | self, | |
objects, | |||
output_libname, | |||
output_dir = None , |
|||
debug = 0 , |
|||
target_lang = None |
|||
) |
def find_library_file | ( | self, | |
dirs, | |||
lib, | |||
debug = 0 |
|||
) |
def initialize | ( | self, | |
plat_name = None |
|||
) |
def library_dir_option | ( | self, | |
dir | |||
) |
def library_option | ( | self, | |
lib | |||
) |
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 = '' |
|||
) |
def runtime_library_dir_option | ( | self, | |
dir | |||
) |
def spawn | ( | self, | |
cmd | |||
) |
cc |
compile_options |
compile_options_debug |
|
static |
|
static |
|
static |
initialized |
ldflags_exe |
ldflags_exe_debug |
ldflags_shared |
ldflags_shared_debug |
ldflags_static |
ldflags_static_debug |
lib |
linker |
mc |
mt |
|
static |
plat_name |
preprocess_options |
rc |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |