1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

nt/configure.bat: Warn about deprecation status.

This commit is contained in:
Juanma Barranquero 2013-06-25 17:08:47 +02:00
parent e82b099100
commit 341881c044
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-06-25 Juanma Barranquero <lekktu@gmail.com>
* configure.bat: Add warning to the help text about using the
MSYS/MinGW building procedure.
2013-06-07 Eli Zaretskii <eliz@gnu.org>
* INSTALL.MSYS: mingw-get is not a GUI program (yet).

View File

@ -174,6 +174,11 @@ echo. Note that this capability of processing parameters that include the =
echo. character depends on command extensions. This batch file attempts to
echo. enable command extensions. If command extensions cannot be enabled, a
echo. warning message will be displayed.
echo.
echo. IMPORTANT: This method of building Emacs for MS-Windows is deprecated,
echo. and could be removed in a future version of Emacs. The preferred way
echo to build Emacs for MS-Windows from now on is using the MSYS environment
echo. and MinGW development tools. Please see nt/INSTALL.MSYS for details.
goto end
rem ----------------------------------------------------------------------