]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* README.W32: Add Windows 11
authorPaul Smith <psmith@gnu.org>
Wed, 22 Feb 2023 01:53:11 +0000 (20:53 -0500)
committerPaul Smith <psmith@gnu.org>
Wed, 22 Feb 2023 01:54:48 +0000 (20:54 -0500)
* build_w32.bat: Ditto.

README.W32
build_w32.bat

index a6867be109dce74874a605310a90482f5ef51409..fab9e8f20843a557ac58e31a1f1cfb44047fba94 100644 (file)
@@ -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,
index b0e8bb171b45472c84272f1aa02a997eb364da32..3e0230022d2a3f91ad0b533612ac9ab4b5dcb03f 100644 (file)
@@ -28,7 +28,7 @@ if "%1" == "-h" goto Usage
 if "%1" == "--help" goto Usage\r
 \r
 echo.\r
-echo Creating GNU Make for Windows 9X/NT/2K/XP/Vista/7/8/10\r
+echo Creating GNU Make for Windows 9X/NT/2K/XP/Vista/7/8/10/11\r
 echo.\r
 \r
 set MAKE=gnumake\r