/[make]/make/README.W32.template
ViewVC logotype

Diff of /make/README.W32.template

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.5 by psmith, Mon Jul 4 03:50:59 2005 UTC revision 2.6 by psmith, Mon Aug 8 05:08:00 2005 UTC
# Line 1  Line 1 
1  Port of GNU make to Microsoft Windows 95/98/NT/2000/XP  Port of GNU make to Microsoft Windows 95/98/NT/2000/XP
2  Builds natively with MSVC 2.x, 4.x, 5.x, 6.x and MSVC.NET 7.x.  Builds natively with MSVC 2.x, 4.x, 5.x, 6.x and MSVC.NET 7.x.
3    Also builds with the MinGW port of GCC 3.x (tested with GCC 3.4.2).
4    
5  The Windows 32-bit port of GNU make is maintained jointly by various  The Windows 32-bit port of GNU make is maintained jointly by various
6  people.  people.  It was originally made by Rob Tulloh.
7    
8  To build with nmake on MS-Windows:  To build with MinGW:
9    
10            1. Edit config.h.W32 to your liking (especially the few
11               shell-related defines near the end).
12    
13            2. Invoke build_w32.bat with the "gcc" argument:
14    
15                    build_w32 gcc
16    
17               This produces gnumake.exe in the current directory.
18    
19    To build with nmake:
20    
21          1. Make sure cl.exe is in your %Path%. Example:          1. Make sure cl.exe is in your %Path%. Example:
22    

Legend:
Removed from v.2.5  
changed lines
  Added in v.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26