Correct configure.bat options.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 05 Jan 2010 22:17:11 +0200
changeset 275 3b1d21da03e3
parent 271 594c6470789d
child 276 ed6b5ae36a49
Correct configure.bat options.
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