Home
last modified time | relevance | path

Searched refs:MSVCCompiler (Results 1 – 13 of 13) 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/cpython3/Lib/distutils/tests/
Dtest_msvc9compiler.py142 from distutils.msvc9compiler import MSVCCompiler
151 compiler = MSVCCompiler()
166 from distutils.msvc9compiler import MSVCCompiler
175 compiler = MSVCCompiler()
Dtest_msvccompiler.py44 compiler = _msvccompiler.MSVCCompiler()
63 compiler = _msvccompiler.MSVCCompiler()
76 compiler = _msvccompiler.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/cpython3/Lib/distutils/
Dmsvccompiler.py200 class MSVCCompiler(CCompiler) : class
640 OldMSVCCompiler = MSVCCompiler
641 from distutils.msvc9compiler import MSVCCompiler
D_msvccompiler.py189 class MSVCCompiler(CCompiler) : class
Dmsvc9compiler.py299 class MSVCCompiler(CCompiler) : class
/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py707 from distutils._msvccompiler import MSVCCompiler
708 if not isinstance(self.compiler, MSVCCompiler):
/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/cpython3/Doc/distutils/
Dapiref.rst356 class) and Visual C++ (:class:`MSVCCompiler` class). Note that it's perfectly
575 :class:`MSVCCompiler` can handle resource files in *sources*). Return a list of
824 This module provides :class:`MSVCCompiler`, an implementation of the abstract
830 :class:`MSVCCompiler` will normally choose the right compiler, linker etc. on
836 selection by :class:`MSVCCompiler`.
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2564 remove (don't add) duplicate paths in distutils.MSVCCompiler.