Searched refs:MSVCCompiler (Results 1 – 6 of 6) sorted by relevance
142 from distutils.msvc9compiler import MSVCCompiler151 compiler = MSVCCompiler()166 from distutils.msvc9compiler import MSVCCompiler175 compiler = MSVCCompiler()
200 class MSVCCompiler(CCompiler) : class640 OldMSVCCompiler = MSVCCompiler641 from distutils.msvc9compiler import MSVCCompiler
170 class MSVCCompiler(CCompiler) : class
298 class MSVCCompiler(CCompiler) : class
716 from distutils._msvccompiler import MSVCCompiler717 if not isinstance(self.compiler, MSVCCompiler):
371 class) and Visual C++ (:class:`MSVCCompiler` class). Note that it's perfectly590 :class:`MSVCCompiler` can handle resource files in *sources*). Return a list of839 This module provides :class:`MSVCCompiler`, an implementation of the abstract845 :class:`MSVCCompiler` will normally choose the right compiler, linker etc. on851 selection by :class:`MSVCCompiler`.