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()
200 class MSVCCompiler(CCompiler) : class640 OldMSVCCompiler = MSVCCompiler641 from distutils.msvc9compiler import MSVCCompiler
170 class MSVCCompiler(CCompiler) : class
298 class MSVCCompiler(CCompiler) : class
204 class MSVCCompiler (CCompiler) : class656 OldMSVCCompiler = MSVCCompiler657 from distutils.msvc9compiler import MSVCCompiler
309 class MSVCCompiler(CCompiler) : class
716 from distutils._msvccompiler import MSVCCompiler717 if not isinstance(self.compiler, MSVCCompiler):
704 from distutils.msvccompiler import MSVCCompiler705 if not isinstance(self.compiler, MSVCCompiler):
1447 from distutils.msvc9compiler import MSVCCompiler1448 _patch_meth(patchlist, MSVCCompiler, '_remove_visual_c_ref',
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`.
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`.
2564 remove (don't add) duplicate paths in distutils.MSVCCompiler.