Package distutils :: Module cygwinccompiler :: Class Mingw32CCompiler
[hide private]
[frames] | no frames]

_ClassType Mingw32CCompiler

    ccompiler.CCompiler --+        
                          |        
unixccompiler.UnixCCompiler --+    
                              |    
                CygwinCCompiler --+
                                  |
                                 Mingw32CCompiler

Instance Methods [hide private]
 
__init__(self, verbose=0, dry_run=0, force=0)

Inherited from CygwinCCompiler: link, object_filenames

Inherited from CygwinCCompiler (private): _compile

Inherited from unixccompiler.UnixCCompiler: create_static_lib, find_library_file, library_dir_option, library_option, preprocess, runtime_library_dir_option

Inherited from ccompiler.CCompiler: add_include_dir, add_library, add_library_dir, add_link_object, add_runtime_library_dir, announce, compile, debug_print, define_macro, detect_language, executable_filename, execute, has_function, library_filename, link_executable, link_shared_lib, link_shared_object, mkpath, move_file, set_executable, set_executables, set_include_dirs, set_libraries, set_library_dirs, set_link_objects, set_runtime_library_dirs, shared_object_filename, spawn, undefine_macro, warn

Class Variables [hide private]
  compiler_type = 'mingw32'

Inherited from CygwinCCompiler: exe_extension, obj_extension, shared_lib_extension, shared_lib_format, static_lib_extension, static_lib_format

Inherited from unixccompiler.UnixCCompiler: dylib_lib_extension, dylib_lib_format, executables, src_extensions

Inherited from ccompiler.CCompiler: EXECUTABLE, SHARED_LIBRARY, SHARED_OBJECT, language_map, language_order

Method Details [hide private]

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

 
Overrides: ccompiler.CCompiler.__init__