Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DWinMsvc.cmake45 # WINSDK_BASE:
50 # Together with WINSDK_BASE, determines the locations of Windows SDK headers
53 # WINSDK_BASE and WINSDK_VER work together to define a folder layout that matches
60 # ${WINSDK_BASE}
154 init_user_prop(WINSDK_BASE)
178 set(WINSDK_INCLUDE "${WINSDK_BASE}/Include/${WINSDK_VER}")
179 set(WINSDK_LIB "${WINSDK_BASE}/Lib/${WINSDK_VER}")
199 if(NOT EXISTS "${WINSDK_BASE}" OR
203 "CMake variable WINSDK_BASE and WINSDK_VER must resolve to a valid "
244 generate_winsdk_vfs_overlay("${WINSDK_BASE}/Include/${WINSDK_VER}" "${winsdk_vfs_overlay_path}")
[all …]
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py47 WINSDK_BASE = r"Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows" variable
52 WINSDK_BASE = r"Software\Microsoft\Microsoft SDKs\Windows" variable
155 self.set_macro("WindowsSdkDir", WINSDK_BASE, "currentinstallfolder")
/external/python/cpython3/Lib/distutils/
Dmsvc9compiler.py45 WINSDK_BASE = r"Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows" variable
49 WINSDK_BASE = r"Software\Microsoft\Microsoft SDKs\Windows" variable
151 self.set_macro("WindowsSdkDir", WINSDK_BASE, "currentinstallfolder")