From 99217ba6b0d86dfd2fa18e1c0a7a209b7404b6ea Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 6 Apr 2023 23:33:32 +0200 Subject: [PATCH] Add note to the UWP compiling section. --- development/compiling/compiling_for_uwp.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/development/compiling/compiling_for_uwp.md b/development/compiling/compiling_for_uwp.md index 28e7f1d..26ad1c7 100644 --- a/development/compiling/compiling_for_uwp.md +++ b/development/compiling/compiling_for_uwp.md @@ -1,14 +1,12 @@ -Compiling for Universal Windows Platform -======================================== +# Compiling for Universal Windows Platform +Note that the UWP platform has been removed, as the build and build instructions was unreliable, espacially with containers. +This will likely get reversed eventually. -See also: - - - This page describes how to compile UWP export template binaries from source. - If you're looking to export your project to UWP instead, read `doc_exporting_for_uwp`. +This page describes how to compile UWP export template binaries from source. If you're looking to export +your project to UWP instead, read `doc_exporting_for_uwp`. Requirements ------------