# HG changeset patch # User Oleksandr Gavenko # Date 1262722631 -7200 # Node ID 3b1d21da03e3314ddaf193f01ce57aff8472da83 # Parent 594c6470789d33aab7c5b08a1a34486c4266681c Correct configure.bat options. diff -r 594c6470789d -r 3b1d21da03e3 emacs.rst --- a/emacs.rst Tue Jan 05 22:09:46 2010 +0200 +++ b/emacs.rst Tue Jan 05 22:17:11 2010 +0200 @@ -105,7 +105,7 @@ $ cmd $ cd emacs\nt - $ configure.bat --with-gcc --cflags -Ic:/opt/gnuwin32/include + $ configure.bat --prefix %INST_ROOT% --with-gcc --cflags -I%GNUWIN32_ROOT%/include --ldflags -L%GNUWIN32_ROOT%/lib --ldflags -lregex $ make bootstrap $ make info $ make install