diff options
| author | Eli Zaretskii | 2006-12-27 13:53:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-27 13:53:39 +0000 |
| commit | 56a469c3f64289f1a677138da563f344d5a079ee (patch) | |
| tree | d5610fd99e63ba18b289c0a061ec2b9e02e54fcf | |
| parent | 7e5f4e579bd35cefca9e3725d824a28d2e0cbb2c (diff) | |
| download | emacs-56a469c3f64289f1a677138da563f344d5a079ee.tar.gz emacs-56a469c3f64289f1a677138da563f344d5a079ee.zip | |
Update table of supported Make ports.
| -rwxr-xr-x | nt/configure.bat | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index ffc11542ce0..1e411e8ad2c 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -25,27 +25,38 @@ rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: | |||
| 25 | rem | 25 | rem |
| 26 | rem + MS Windows 95/98/Me or NT/2000/XP | 26 | rem + MS Windows 95/98/Me or NT/2000/XP |
| 27 | rem + either MSVC 2.x or later, or gcc-2.95 or later (with gmake 3.75 | 27 | rem + either MSVC 2.x or later, or gcc-2.95 or later (with gmake 3.75 |
| 28 | rem or later) and the Mingw32 and W32 API headers and libraries | 28 | rem or later) and the Mingw32 and W32 API headers and libraries. |
| 29 | rem + Visual Studio 2005 is not supported at this time. | ||
| 29 | rem | 30 | rem |
| 30 | rem For reference, here is a list of which builds of gmake are known to | 31 | rem For reference, here is a list of which builds of gmake are known to |
| 31 | rem work or not, and whether they work in the presence and/or absence of | 32 | rem work or not, and whether they work in the presence and/or absence of |
| 32 | rem sh.exe. | 33 | rem sh.exe. |
| 33 | rem | 34 | rem |
| 34 | rem sh exists no sh | 35 | rem sh exists no sh |
| 35 | rem cygwin b20.1 make (3.75): okay[1] fails[2] | 36 | rem cygwin b20.1 make (3.75): fails[1,5] fails[2,5] |
| 36 | rem MSVC compiled gmake 3.77: okay okay | 37 | rem MSVC compiled gmake 3.77: okay okay |
| 37 | rem MSVC compiled gmake 3.78.1: okay okay | 38 | rem MSVC compiled gmake 3.78.1: okay okay |
| 38 | rem MSVC compiled gmake 3.79.1: okay okay | 39 | rem MSVC compiled gmake 3.79.1: okay okay |
| 39 | rem mingw32/gcc-2.92.2 make (3.77): okay okay | 40 | rem mingw32/gcc-2.92.2 make (3.77): okay okay[4] |
| 40 | rem cygwin compiled gmake 3.77: okay[1] fails[2] | 41 | rem cygwin compiled gmake 3.77: fails[1,5] fails[2,5] |
| 41 | rem cygwin compiled gmake 3.78.1: okay fails[2] | 42 | rem cygwin compiled gmake 3.78.1: fails[5] fails[2,5] |
| 42 | rem cygwin compiled gmake 3.79.1: couldn't build make[3] | 43 | rem cygwin compiled gmake 3.79.1: fails[3,5] fails[2?,5] |
| 44 | rem cygwin compiled make 3.80: fails?[6] fails?[6] | ||
| 45 | rem cygwin compiled make 3.81: fails fails?[6] | ||
| 46 | rem mingw32 compiled make 3.79.1: okay okay | ||
| 47 | rem mingw32 compiled make 3.80: okay okay?[6] | ||
| 48 | rem mingw32 compiled make 3.81: okay okay[7] | ||
| 43 | rem | 49 | rem |
| 44 | rem [1] doesn't cope with makefiles with DOS line endings, so must mount | 50 | rem [1] doesn't cope with makefiles with DOS line endings, so must mount |
| 45 | rem emacs source with text!=binary. | 51 | rem emacs source with text!=binary. |
| 46 | rem [2] fails when needs to invoke shell commands; okay invoking gcc etc. | 52 | rem [2] fails when needs to invoke shell commands; okay invoking gcc etc. |
| 47 | rem [3] requires LC_MESSAGES support to build; maybe 2.95.x update to | 53 | rem [3] requires LC_MESSAGES support to build; cannot build with early |
| 48 | rem cygwin provides this? | 54 | rem versions of cygwin. |
| 55 | rem [4] may fail on Windows 9X and Windows ME; if so, install Bash. | ||
| 56 | rem [5] fails when building leim due to the use of cygwin style paths. | ||
| 57 | rem May work if building emacs without leim. | ||
| 58 | rem [6] not recommended; please report if you try this combination. | ||
| 59 | rem [7] tested only on Windows XP. | ||
| 49 | rem | 60 | rem |
| 50 | 61 | ||
| 51 | if exist config.log del config.log | 62 | if exist config.log del config.log |