You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and finally we have dxcompiler build from nano server ltsc2022; update winsdk-msvc-toolchain.cmake, add atl & mfc, a few hacks with global tmp .gitconfig on CMake configure, redist/msvc.ps1 script
Copy file name to clipboardExpand all lines: cmake/winsdk-msvc-toolchain.cmake
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ if("${FOUND}" MATCHES "-1")
28
28
message(FATAL_ERROR"MSVC_TOOLSET_DIR is not within VS_INSTANCE_LOCATION, did you move the MSVC toolset directory outside the VS installation? (bad idea!)")
set(DXC_ENABLE_ETWOFF) # this is very important, without disabling this one its impossbile to compile dxcompiler on nano server within its current build system
0 commit comments