Home
last modified time | relevance | path

Searched refs:find_vcvarsall (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
116 msvc9compiler.find_vcvarsall = _find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py219 def find_vcvarsall(version): function
266 vcvarsall = find_vcvarsall(version)