Searched refs:get_build_version (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_msvc9compiler.py65 from distutils.msvccompiler import get_build_version namespace
66 if get_build_version()>=8.0:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbdist_wininst.py320 from distutils.msvccompiler import get_build_version namespace
335 bv = get_build_version()
343 bv = get_build_version()
H A Dbuild_ext.py23 from distutils.msvccompiler import get_build_version namespace
24 MSVC_VERSION = int(get_build_version())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dmsvccompiler.py153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
H A Dmsvc9compiler.py172 def get_build_version(): function
304 VERSION = get_build_version()

Completed in 825 milliseconds