diff options
| author | Eli Zaretskii | 2013-05-16 14:23:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-05-16 14:23:39 +0300 |
| commit | f1e496a5c86d88c2d6f92c5083b1a9ee11f90109 (patch) | |
| tree | edf59cd86440f73719ad1445c6b90f71faf74328 | |
| parent | 629ecae3699ec09389e3a095cfa058119e76aaed (diff) | |
| download | emacs-f1e496a5c86d88c2d6f92c5083b1a9ee11f90109.tar.gz emacs-f1e496a5c86d88c2d6f92c5083b1a9ee11f90109.zip | |
Announce the MSYS build in etc/NEWS.
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -29,7 +29,15 @@ build time, like libacl on GNU/Linux. To prevent this, use the | |||
| 29 | configure option `--disable-acl'. | 29 | configure option `--disable-acl'. |
| 30 | 30 | ||
| 31 | ** The configure option --with-crt-dir has been removed. | 31 | ** The configure option --with-crt-dir has been removed. |
| 32 | It is no longer needed, as the crt*.o files are no longer linked specially. | 32 | It is no longer needed, as the crt*.o files are no longer linked |
| 33 | specially. | ||
| 34 | |||
| 35 | ** Emacs for MS-Windows can now be built by running the configure script | ||
| 36 | using the MSYS environment and MinGW development tools. | ||
| 37 | This is from now on the preferred method of building Emacs on | ||
| 38 | MS-Windows. The Windows-specific configure.bat and makefile.w32-in | ||
| 39 | files are deprecated. See the file nt/INSTALL.MSYS for detailed | ||
| 40 | instructions. | ||
| 33 | 41 | ||
| 34 | 42 | ||
| 35 | * Startup Changes in Emacs 24.4 | 43 | * Startup Changes in Emacs 24.4 |