summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-02-21 20:53:11 -0500
committerPaul Smith <psmith@gnu.org>2023-02-21 20:54:48 -0500
commit74dab224b33b5fe8a96ff3b6baaea4e7dbf8f753 (patch)
tree3e04479d840adda917e382dec1a87d9fbe7264bb
parent8b8cc3a825b0e9e176db5d90084c814e3744a300 (diff)
downloadmake-git-74dab224b33b5fe8a96ff3b6baaea4e7dbf8f753.tar.gz
* README.W32: Add Windows 11
* build_w32.bat: Ditto.
-rw-r--r--README.W322
-rw-r--r--build_w32.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.W32 b/README.W32
index a6867be1..fab9e8f2 100644
--- a/README.W32
+++ b/README.W32
@@ -1,5 +1,5 @@
This version of GNU Make has been tested on:
- Microsoft Windows 2000/XP/2003/Vista/7/8/10
+ Microsoft Windows 2000/XP/2003/Vista/7/8/10/11
It has also been used on Windows 95/98/NT, and on OS/2.
It builds with the MinGW port of GCC (tested with GCC 3.4.2, 4.8.1,
diff --git a/build_w32.bat b/build_w32.bat
index b0e8bb17..3e023002 100644
--- a/build_w32.bat
+++ b/build_w32.bat
@@ -28,7 +28,7 @@ if "%1" == "-h" goto Usage
if "%1" == "--help" goto Usage
echo.
-echo Creating GNU Make for Windows 9X/NT/2K/XP/Vista/7/8/10
+echo Creating GNU Make for Windows 9X/NT/2K/XP/Vista/7/8/10/11
echo.
set MAKE=gnumake