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.py178 PLAT_TO_VCVARS = { variable
232 if plat_name not in PLAT_TO_VCVARS:
234 .format(tuple(PLAT_TO_VCVARS)))
237 plat_spec = PLAT_TO_VCVARS[plat_name]
Dmsvc9compiler.py55 PLAT_TO_VCVARS = { variable
366 plat_spec = PLAT_TO_VCVARS[plat_name]
369 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
370 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]