Helena Kotas пре 5 година
родитељ
комит
73c0d97f0d

+ 1 - 0
projects/dxilconv/unittests/CMakeLists.txt

@@ -15,6 +15,7 @@ target_link_libraries(dxilconv-tests PRIVATE
   LLVMSupport
   LLVMOption
   ${TAEF_LIBRARIES}
+  shlwapi
 )
 
 include_directories(${TAEF_INCLUDE_DIRS})

+ 1 - 0
tools/clang/unittests/HLSL/CMakeLists.txt

@@ -90,6 +90,7 @@ target_link_libraries(clang-hlsl-tests PRIVATE
   ${TAEF_LIBRARIES}
   ${DIASDK_LIBRARIES}
   ${D3D12_LIBRARIES}
+  shlwapi
   )
 else(WIN32)
 target_link_libraries(clang-hlsl-tests

+ 0 - 6
utils/hct/hctstart.cmd

@@ -160,12 +160,6 @@ if errorlevel 1 (
 )
 echo Path adjusted to include TAEF te.exe.
 
-if "%BUILD_ARCH%"=="ARM" (
-  echo.
-  echo WARNING: ARM build is not supported. Your build may fail. Use ARM64 instead.
-)
-goto :eof
-
 :ifexistaddpath 
 rem If the argument exists, add to PATH and return 0, else 1. Useful to avoid parens in values without setlocal changes.
 if exist %1 set PATH=%PATH%;%~1