Searched refs:MSVCCompiler (Results 1 – 14 of 14) 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
203 class MSVCCompiler(CCompiler) : class
299 class MSVCCompiler(CCompiler) : class
704 from distutils.msvccompiler import MSVCCompiler705 if not isinstance(self.compiler, MSVCCompiler):
707 from distutils._msvccompiler import MSVCCompiler708 if not isinstance(self.compiler, MSVCCompiler):
1447 from distutils.msvc9compiler import MSVCCompiler1448 _patch_meth(patchlist, MSVCCompiler, '_remove_visual_c_ref',
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`.
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`.
2564 remove (don't add) duplicate paths in distutils.MSVCCompiler.