summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* os.name is "posix" or "nt" or we don't care.Greg Ward1999-09-081-1/+97
* Patch from Perry Stoll:Greg Ward1999-08-291-6/+19
* Added 'verbose' and 'dry_run' flags to CCompiler constructor andGreg Ward1999-08-141-15/+64
* The abstract base class that defines the C/C++ compiler abstraction model.Greg Ward1999-07-101-0/+313