|
Karsten Hopp |
be2e68 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
be2e68 |
Subject: Patch 7.3.894
|
|
Karsten Hopp |
be2e68 |
Fcc: outbox
|
|
Karsten Hopp |
be2e68 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
be2e68 |
Mime-Version: 1.0
|
|
Karsten Hopp |
be2e68 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
be2e68 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
be2e68 |
------------
|
|
Karsten Hopp |
be2e68 |
|
|
Karsten Hopp |
be2e68 |
Patch 7.3.894
|
|
Karsten Hopp |
be2e68 |
Problem: Using wrong RUBY_VER causing Ruby build to break.
|
|
Karsten Hopp |
be2e68 |
Solution: Correct the RUBY_VER value. (Yongwei Wu)
|
|
Karsten Hopp |
be2e68 |
Files: src/bigvim.bat
|
|
Karsten Hopp |
be2e68 |
|
|
Karsten Hopp |
be2e68 |
|
|
Karsten Hopp |
be2e68 |
*** ../vim-7.3.893/src/bigvim.bat 2012-08-29 14:18:26.000000000 +0200
|
|
Karsten Hopp |
be2e68 |
--- src/bigvim.bat 2013-04-15 12:32:08.000000000 +0200
|
|
Karsten Hopp |
be2e68 |
***************
|
|
Karsten Hopp |
be2e68 |
*** 1,5 ****
|
|
Karsten Hopp |
be2e68 |
:: command to build big Vim with OLE, Perl, Python, Ruby and Tcl
|
|
Karsten Hopp |
be2e68 |
SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\"
|
|
Karsten Hopp |
be2e68 |
SET TOOLDIR=E:\
|
|
Karsten Hopp |
be2e68 |
! %VCDIR%nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=E:\perl514 DYNAMIC_PERL=yes PERL_VER=514 PYTHON=%TOOLDIR%python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python32 DYNAMIC_PYTHON3=yes PYTHON3_VER=32 RUBY=%TOOLDIR%ruby192 DYNAMIC_RUBY=yes RUBY_VER=192 RUBY_VER_LONG=1.9.2 TCL=%TOOLDIR%tcl TCL_VER=85 TCL_VER_LONG=8.5 DYNAMIC_TCL=yes %1 IME=yes CSCOPE=yes
|
|
Karsten Hopp |
be2e68 |
|
|
Karsten Hopp |
be2e68 |
--- 1,5 ----
|
|
Karsten Hopp |
be2e68 |
:: command to build big Vim with OLE, Perl, Python, Ruby and Tcl
|
|
Karsten Hopp |
be2e68 |
SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\"
|
|
Karsten Hopp |
be2e68 |
SET TOOLDIR=E:\
|
|
Karsten Hopp |
be2e68 |
! %VCDIR%nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=E:\perl514 DYNAMIC_PERL=yes PERL_VER=514 PYTHON=%TOOLDIR%python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python32 DYNAMIC_PYTHON3=yes PYTHON3_VER=32 RUBY=%TOOLDIR%ruby192 DYNAMIC_RUBY=yes RUBY_VER=19 RUBY_VER_LONG=1.9.2 TCL=%TOOLDIR%tcl TCL_VER=85 TCL_VER_LONG=8.5 DYNAMIC_TCL=yes %1 IME=yes CSCOPE=yes
|
|
Karsten Hopp |
be2e68 |
|
|
Karsten Hopp |
be2e68 |
*** ../vim-7.3.893/src/version.c 2013-04-15 12:27:30.000000000 +0200
|
|
Karsten Hopp |
be2e68 |
--- src/version.c 2013-04-15 12:34:36.000000000 +0200
|
|
Karsten Hopp |
be2e68 |
***************
|
|
Karsten Hopp |
be2e68 |
*** 730,731 ****
|
|
Karsten Hopp |
be2e68 |
--- 730,733 ----
|
|
Karsten Hopp |
be2e68 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
be2e68 |
+ /**/
|
|
Karsten Hopp |
be2e68 |
+ 894,
|
|
Karsten Hopp |
be2e68 |
/**/
|
|
Karsten Hopp |
be2e68 |
|
|
Karsten Hopp |
be2e68 |
--
|
|
Karsten Hopp |
be2e68 |
Did you ever see a "Hit any key to continue" message in a music piece?
|
|
Karsten Hopp |
be2e68 |
|
|
Karsten Hopp |
be2e68 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
be2e68 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
be2e68 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
be2e68 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|