Skip to content

Commit c5101ee

Browse files
committed
Remove hctgettaef.py, fix link to WDK download page
hctgettaef.py downloaded a very old, unsupported version of TAEF. We should be guiding people to download official supported versions, such as the one that you get from the Windows Driver Kit. hctdeploytest.cmd was using hctgettaef.py, but as I can't find any references to it anywhere I'm going to assume it is unused and will remove it rather than try to maintain it.
1 parent facd05a commit c5101ee

File tree

3 files changed

+1
-100
lines changed

3 files changed

+1
-100
lines changed

utils/hct/hctdeploytest.cmd

Lines changed: 0 additions & 60 deletions
This file was deleted.

utils/hct/hctgettaef.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

utils/hct/hctstart.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ if exist "%HLSL_SRC_DIR%\external\taef\build\Binaries\amd64\TE.exe" set path=%pa
167167
where te.exe 1>nul 2>nul
168168
if errorlevel 1 (
169169
echo Unable to find TAEF te.exe on path - you will have to add this before running tests.
170-
echo WDK includes TAEF and is available from https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx
171-
echo Alternatively, consider a project-local install by running %HLSL_SRC_DIR%\utils\hct\hctgettaef.py
170+
echo WDK includes TAEF and is available from https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk
172171
echo Please see the README.md instructions in the project root.
173172
exit /b 1
174173
)

0 commit comments

Comments
 (0)