version, based off of 3.74, seems to have problems with NSPR autoconf. r=cls. git-svn-id: svn://10.0.0.236/trunk@85225 18797224-902f-48f8-a5cc-f745e15eee43
17 lines
689 B
Plaintext
17 lines
689 B
Plaintext
This directory contains the source files for the GNU make
|
|
that is used to build some components (e.g., NSPR) on Win32.
|
|
|
|
This GNU make is based on version 3.79.1. Its default shell
|
|
is shmsdos.exe, a lightweight shell written by Netscape engineers.
|
|
|
|
To build it, you need Microsoft Visual C++ and nmake. If
|
|
you want to change the build number, which is displayed by
|
|
the '-v' command line option, you can edit the value of the
|
|
macro BUILD_NUMBER in main.c. Then, issue the command:
|
|
nmake /f NMakefile
|
|
The outputs are WinDebug\make.exe and WinRel\make.exe.
|
|
Assuming you want to use the optmized executable file,
|
|
copy WinRel\make.exe to a directory on your Path and
|
|
rename it gmake.exe.
|
|
|