build-scripts: Removed winrtbuild.*, no longer used.

WinRT/UWP is still supported, but you have to use the VS2019
project files, now.

Fixes #5639.
This commit is contained in:
Ryan C. Gordon
2022-08-09 16:02:16 -04:00
parent 53141a56b4
commit 3a9295e14f
4 changed files with 0 additions and 319 deletions

View File

@@ -67,14 +67,6 @@ else
not_ok "Makefile.w32 $version disagrees with SDL_version.h $ref_version"
fi
version=$(sed -Ene 's/^[$]SDLVersion = "([0-9.]*)"\r?$/\1/p' build-scripts/winrtbuild.ps1)
if [ "$ref_version" = "$version" ]; then
ok "winrtbuild.ps1 $version"
else
not_ok "winrtbuild.ps1 $version disagrees with SDL_version.h $ref_version"
fi
tuple=$(sed -ne 's/^ *FILEVERSION *//p' src/main/windows/version.rc | tr -d '\r')
ref_tuple="${ref_major},${ref_minor},${ref_micro},0"