summaryrefslogtreecommitdiffstats
path: root/src/bigvim.bat
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-01 20:50:54 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-01 20:50:54 +0200
commitf1b512a0b62d0fa47ee9b2612556f375e1f22fc2 (patch)
treedf4f95a3c2382db12569d3e040b02760508c3386 /src/bigvim.bat
parent641ad6c7ac7367f95fd927b8efa4bf74ddb9ccf3 (diff)
patch 7.4.2302v7.4.2302
Problem: Default interface versions for MS-Windows are outdated. Solution: Use Active Perl 5.24, Python 3.5.2. Could only make it work with Ruby 1.9.2.
Diffstat (limited to 'src/bigvim.bat')
-rw-r--r--src/bigvim.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bigvim.bat b/src/bigvim.bat
index 08bb68542c..1992ad8dfa 100644
--- a/src/bigvim.bat
+++ b/src/bigvim.bat
@@ -1,5 +1,5 @@
:: command to build big Vim with OLE, Perl, Python, Ruby and Tcl
SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\"
SET TOOLDIR=E:\
-%VCDIR%nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=%TOOLDIR%perl522\perl DYNAMIC_PERL=yes PERL_VER=522 PYTHON=%TOOLDIR%python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python34 DYNAMIC_PYTHON3=yes PYTHON3_VER=34 RUBY=%TOOLDIR%ruby192 DYNAMIC_RUBY=yes RUBY_VER=19 RUBY_VER_LONG=1.9.2 TCL=%TOOLDIR%tcl TCL_VER=86 TCL_VER_LONG=8.6 DYNAMIC_TCL=yes %1 IME=yes CSCOPE=yes
+%VCDIR%nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=%TOOLDIR%perl524 DYNAMIC_PERL=yes PERL_VER=524 PYTHON=%TOOLDIR%python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python35 DYNAMIC_PYTHON3=yes PYTHON3_VER=35 RUBY=%TOOLDIR%ruby192 DYNAMIC_RUBY=yes RUBY_VER=19 RUBY_VER_LONG=1.9.2 RUBY_MSVCRT_NAME=msvcrt TCL=%TOOLDIR%tcl TCL_VER=86 TCL_VER_LONG=8.6 DYNAMIC_TCL=yes %1 IME=yes CSCOPE=yes