Home | History | Annotate | Download | only in distutils

Lines Matching refs:CCompiler

3 Contains MSVCCompiler, an implementation of the abstract CCompiler class
24 from distutils.ccompiler import CCompiler, gen_lib_options
309 class MSVCCompiler(CCompiler) :
311 as defined by the CCompiler abstract class."""
315 # Just set this so CCompiler's constructor doesn't barf. We currently
316 # don't use the 'set_executables()' bureaucracy provided by CCompiler,
329 # base class, CCompiler.
340 CCompiler.__init__ (self, verbose, dry_run, force)
441 # Copied from ccompiler.py, extended to return .res as 'object'-file
611 if target_desc == CCompiler.EXECUTABLE:
697 if target_desc == CCompiler.EXECUTABLE:
750 # ccompiler.py.