Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py142 from distutils.msvc9compiler import MSVCCompiler
151 compiler = MSVCCompiler()
166 from distutils.msvc9compiler import MSVCCompiler
175 compiler = MSVCCompiler()
/external/python/cpython2/Lib/distutils/
Dmsvccompiler.py204 class MSVCCompiler (CCompiler) : class
656 OldMSVCCompiler = MSVCCompiler
657 from distutils.msvc9compiler import MSVCCompiler
Dmsvc9compiler.py309 class MSVCCompiler(CCompiler) : class
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py704 from distutils.msvccompiler import MSVCCompiler
705 if not isinstance(self.compiler, MSVCCompiler):
/external/python/cpython2/Doc/distutils/
Dapiref.rst346 class) and Visual C++ (:class:`MSVCCompiler` class). Note that it's perfectly
565 :class:`MSVCCompiler` can handle resource files in *sources*). Return a list of
813 This module provides :class:`MSVCCompiler`, an implementation of the abstract
820 :class:`MSVCCompiler` will normally choose the right compiler, linker etc. on
826 selection by :class:`MSVCCompiler`.
/external/python/cpython2/Misc/
DNEWS11264 distutils.MSVCCompiler.