diff options
author | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
commit | 0e30f46a624803455dcc74acf9a333666467d253 (patch) | |
tree | ff09a8876c7bd4e23d6265a49cdd6a8e3b85595c /README.W32.template | |
parent | 7dfa2461c32020f56a55239830b280752b1748a1 (diff) | |
download | gunmake-0e30f46a624803455dcc74acf9a333666467d253.tar.gz |
Various fixes and updates from testers of the beta3 release (mostly Windows
and OS/2 changes).
Diffstat (limited to 'README.W32.template')
-rw-r--r-- | README.W32.template | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/README.W32.template b/README.W32.template index bb89d20..f034041 100644 --- a/README.W32.template +++ b/README.W32.template @@ -1,9 +1,8 @@ -Port of GNU make to Windows NT and Windows 95 -Builds natively with MSVC 2.x or MSVC 4.x compilers. -Should also build fine with MSVC 5.x and 6.x (though not confirmed). +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. -This Windows 32-bit port of GNU make is maintained primarily by Rob -Tulloh, who is also the author of this README. +The Windows 32-bit port of GNU make is maintained jointly by various +people. To build with nmake on MS-Windows: @@ -23,7 +22,7 @@ To build with nmake on MS-Windows: A short cut to steps 1, 2, and 3 is to run VCVARS32.bat before - invoking namke. For example: + invoking nmake. For example: c: cd \msdev\bin |