Remove Windows 8.1 (Store apps) and Windows Phone 8.1 support
ANGLE has moved onto the Windows 10 SDK, and is using new compiler
features that aren't supported by the old Windows 8.1 toolchain. Support
for the 8.1 projects has been broken in master for some time now.
Since more and more developers are moving towards Windows 10, we
are going to take a snapshot of ANGLE that includes 8.1 support and
freeze it in a branch on github.com/microsoft/angle. If developers
wish to compile for use ANGLE in 8.1 apps then they should use that
branch going forward.
Change-Id: Ifee2d8a8cc0332500e0bd338911d831e7624fa82
Reviewed-on: https://chromium-review.googlesource.com/374039
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
diff --git a/doc/BuildingAngleForWindowsStore.md b/doc/BuildingAngleForWindowsStore.md
index 6f65144..35f77c2 100644
--- a/doc/BuildingAngleForWindowsStore.md
+++ b/doc/BuildingAngleForWindowsStore.md
@@ -8,7 +8,7 @@
### Required Tools
* [Visual Studio Community 2015](http://www.visualstudio.com/downloads/download-visual-studio-vs)
- * Required to build ANGLE on Windows and for the packaged Windows 8.1 SDK.
+ * Required to build ANGLE on Windows and for the packaged Windows 10 SDK.
### Getting the source
@@ -29,8 +29,6 @@
Gyp will generate multiple VS2015 solution files
* `winrt/10/src/angle.sln` for Windows 10
- * `winrt/8.1/windows/src/angle.sln` for Windows 8.1
- * `winrt/8.1/windowsphone/src/angle.sln` for Windows Phone 8.1
### Building ANGLE