Module bcppcompiler
distutils.bcppcompiler
Contains BorlandCCompiler, an implementation of the abstract CCompiler
class for the Borland C++ compiler.
|
|
BCPPCompiler
Concrete class that implements an interface to the Borland C/C++
compiler, as defined by the CCompiler abstract class.
|
|
|
__revision__ = '$Id: bcppcompiler.py 37828 2004-11-10 22:23:15...
|
Imports:
sys,
os,
DistutilsExecError,
DistutilsPlatformError,
CompileError,
LibError,
LinkError,
UnknownFileError,
CCompiler,
gen_preprocess_options,
gen_lib_options,
write_file,
newer,
log
__revision__
- Value:
'$Id: bcppcompiler.py 37828 2004-11-10 22:23:15Z loewis $'
|
|