summaryrefslogtreecommitdiff
path: root/README.W32.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-08-08 05:08:00 +0000
committerPaul Smith <psmith@gnu.org>2005-08-08 05:08:00 +0000
commitd151f5c22f7e4d09efa5a27c296e9bed3933ad4a (patch)
tree8ccb5752696b899aee3a1b7cce24936d698a835c /README.W32.template
parent853129ae6634b5cebc23725ea1e0e4f379df5d9c (diff)
downloadmake-d151f5c22f7e4d09efa5a27c296e9bed3933ad4a.tar.gz
- 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.
Diffstat (limited to 'README.W32.template')
-rw-r--r--README.W32.template16
1 files changed, 14 insertions, 2 deletions
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: