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()
204 class MSVCCompiler (CCompiler) : class656 OldMSVCCompiler = MSVCCompiler657 from distutils.msvc9compiler import MSVCCompiler
309 class MSVCCompiler(CCompiler) : class
704 from distutils.msvccompiler import MSVCCompiler705 if not isinstance(self.compiler, MSVCCompiler):
346 class) and Visual C++ (:class:`MSVCCompiler` class). Note that it's perfectly565 :class:`MSVCCompiler` can handle resource files in *sources*). Return a list of813 This module provides :class:`MSVCCompiler`, an implementation of the abstract820 :class:`MSVCCompiler` will normally choose the right compiler, linker etc. on826 selection by :class:`MSVCCompiler`.
11264 distutils.MSVCCompiler.