From d151f5c22f7e4d09efa5a27c296e9bed3933ad4a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 8 Aug 2005 05:08:00 +0000 Subject: - Fixed a bug reported by Michael Matz regarding handling of parallel jobs after a failed job. - Enhancements to WINDOWS32 code from Eli Zaretskii. - Add Microsoft Project files from J. Grant. --- README.W32.template | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.W32.template') diff --git a/README.W32.template b/README.W32.template index f0340412..c9b7bfa0 100644 --- a/README.W32.template +++ b/README.W32.template @@ -1,10 +1,22 @@ Port of GNU make to Microsoft Windows 95/98/NT/2000/XP Builds natively with MSVC 2.x, 4.x, 5.x, 6.x and MSVC.NET 7.x. +Also builds with the MinGW port of GCC 3.x (tested with GCC 3.4.2). The Windows 32-bit port of GNU make is maintained jointly by various -people. +people. It was originally made by Rob Tulloh. -To build with nmake on MS-Windows: +To build with MinGW: + + 1. Edit config.h.W32 to your liking (especially the few + shell-related defines near the end). + + 2. Invoke build_w32.bat with the "gcc" argument: + + build_w32 gcc + + This produces gnumake.exe in the current directory. + +To build with nmake: 1. Make sure cl.exe is in your %Path%. Example: -- cgit v1.2.1