Home | History | Annotate | Download | only in distutils

Lines Matching full:ccompiler

3 Contains MSVCCompiler, an implementation of the abstract CCompiler class
19 from distutils.ccompiler import CCompiler, gen_lib_options
204 class MSVCCompiler (CCompiler) :
206 as defined by the CCompiler abstract class."""
210 # Just set this so CCompiler's constructor doesn't barf. We currently
211 # don't use the 'set_executables()' bureaucracy provided by CCompiler,
224 # base class, CCompiler.
235 CCompiler.__init__ (self, verbose, dry_run, force)
320 # Copied from ccompiler.py, extended to return .res as 'object'-file
496 if target_desc == CCompiler.EXECUTABLE:
546 # ccompiler.py.