Home
last modified time | relevance | path

Searched refs:PLAT_TO_VCVARS (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/distutils/
D_msvccompiler.py163 PLAT_TO_VCVARS = { variable
213 if plat_name not in PLAT_TO_VCVARS:
215 .format(tuple(PLAT_TO_VCVARS)))
218 plat_spec = PLAT_TO_VCVARS[plat_name]
Dmsvc9compiler.py54 PLAT_TO_VCVARS = { variable
365 plat_spec = PLAT_TO_VCVARS[plat_name]
368 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
369 PLAT_TO_VCVARS[plat_name]
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py58 PLAT_TO_VCVARS = { variable
377 plat_spec = PLAT_TO_VCVARS[plat_name]
380 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
381 PLAT_TO_VCVARS[plat_name]