Searched refs:MSVCCompiler (Results 1 – 13 of 13) sorted by relevance
142 from distutils.msvc9compiler import MSVCCompiler151 compiler = MSVCCompiler()166 from distutils.msvc9compiler import MSVCCompiler175 compiler = MSVCCompiler()
44 compiler = _msvccompiler.MSVCCompiler()63 compiler = _msvccompiler.MSVCCompiler()76 compiler = _msvccompiler.MSVCCompiler()
204 class MSVCCompiler (CCompiler) : class656 OldMSVCCompiler = MSVCCompiler657 from distutils.msvc9compiler import MSVCCompiler
309 class MSVCCompiler(CCompiler) : class
200 class MSVCCompiler(CCompiler) : class640 OldMSVCCompiler = MSVCCompiler641 from distutils.msvc9compiler import MSVCCompiler
189 class MSVCCompiler(CCompiler) : class
299 class MSVCCompiler(CCompiler) : class
707 from distutils._msvccompiler import MSVCCompiler708 if not isinstance(self.compiler, MSVCCompiler):
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`.
356 class) and Visual C++ (:class:`MSVCCompiler` class). Note that it's perfectly575 :class:`MSVCCompiler` can handle resource files in *sources*). Return a list of824 This module provides :class:`MSVCCompiler`, an implementation of the abstract830 :class:`MSVCCompiler` will normally choose the right compiler, linker etc. on836 selection by :class:`MSVCCompiler`.
2564 remove (don't add) duplicate paths in distutils.MSVCCompiler.