Home
last modified time | relevance | path

Searched refs:MSVCCompiler (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_msvc9compiler.py142 from distutils.msvc9compiler import MSVCCompiler
151 compiler = MSVCCompiler()
166 from distutils.msvc9compiler import MSVCCompiler
175 compiler = MSVCCompiler()
/third_party/python/Lib/distutils/
Dmsvccompiler.py200 class MSVCCompiler(CCompiler) : class
640 OldMSVCCompiler = MSVCCompiler
641 from distutils.msvc9compiler import MSVCCompiler
D_msvccompiler.py170 class MSVCCompiler(CCompiler) : class
Dmsvc9compiler.py298 class MSVCCompiler(CCompiler) : class
/third_party/python/Lib/distutils/command/
Dbuild_ext.py716 from distutils._msvccompiler import MSVCCompiler
717 if not isinstance(self.compiler, MSVCCompiler):
/third_party/python/Doc/distutils/
Dapiref.rst371 class) and Visual C++ (:class:`MSVCCompiler` class). Note that it's perfectly
590 :class:`MSVCCompiler` can handle resource files in *sources*). Return a list of
839 This module provides :class:`MSVCCompiler`, an implementation of the abstract
845 :class:`MSVCCompiler` will normally choose the right compiler, linker etc. on
851 selection by :class:`MSVCCompiler`.