소스 검색

Update hctstart for new SDK version: 16299 (#705)

Tex Riddell 8 년 전
부모
커밋
1608deb16a
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      utils/hct/hctstart.cmd

+ 5 - 1
utils/hct/hctstart.cmd

@@ -188,7 +188,11 @@ if not exist "%kit_root%" (
   echo Windows 10 SDK was installed but is not accessible.
   exit /b 1
 )
-rem 10.0.15063.0 and 10.0.14393.0 will work properly. Reject 10586 and 10240 explicitly.
+rem 10.0.16299.0, 10.0.15063.0 and 10.0.14393.0 will work properly. Reject 10586 and 10240 explicitly.
+if exist "%kit_root%\include\10.0.16299.0\um\d3d12.h" (
+  echo Found Windows SDK 10.0.16299.0
+  goto :eof
+)
 if exist "%kit_root%\include\10.0.15063.0\um\d3d12.h" (
   echo Found Windows SDK 10.0.15063.0
   goto :eof