Home
last modified time | relevance | path

Searched refs:PLAT_TO_VCVARS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/
H A 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]
H A 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]

Completed in 4 milliseconds