mirror of
https://github.com/vim/vim
synced 2025-03-15 22:37:52 +01:00
3 lines
322 B
Batchfile
3 lines
322 B
Batchfile
:: command to build big Vim with OLE, Perl, Python, Ruby and Tcl
|
|
nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=E:\perl58 DYNAMIC_PERL=yes PERL_VER=58 PYTHON=e:\python23 DYNAMIC_PYTHON=yes PYTHON_VER=23 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
|
|
|