Home | History | Annotate | Download | only in distutils

Lines Matching refs:CCompiler

3 Contains BorlandCCompiler, an implementation of the abstract CCompiler class
20 from distutils.ccompiler import CCompiler, gen_preprocess_options
25 class BCPPCompiler(CCompiler) :
27 compiler, as defined by the CCompiler abstract class.
32 # Just set this so CCompiler's constructor doesn't barf. We currently
33 # don't use the 'set_executables()' bureaucracy provided by CCompiler,
44 # base class, CCompiler.
58 CCompiler.__init__ (self, verbose, dry_run, force)
203 if target_desc == CCompiler.EXECUTABLE:
333 # overwrite the one from CCompiler to support rc and res-files