annotate src/bigvim.bat @ 2089:fd8864aeb52a
v7.2.373
updated for version 7.2.373
Problem: Gcc 4.5 adds more error messages. (Chris Indy)
Solution: Update default 'errorformat'.
author |
Bram Moolenaar <bram@zimbu.org> |
date |
Wed, 24 Feb 2010 15:25:25 +0100 |
parents |
27d1ec742f17 |
children |
f6540762173d |
rev |
line source |
7
|
1 :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl
|
570
|
2 nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=E:\perl58 DYNAMIC_PERL=yes PERL_VER=58 PYTHON=e:\python24 DYNAMIC_PYTHON=yes PYTHON_VER=24 RUBY=e:\ruby18 DYNAMIC_RUBY=yes RUBY_VER=18 RUBY_VER_LONG=1.8 TCL=e:\tcl DYNAMIC_TCL=yes %1 IME=yes CSCOPE=yes XPM=e:\xpm
|
7
|
3
|