summaryrefslogtreecommitdiffstats
path: root/src/bigvim64.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/bigvim64.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/bigvim64.bat')
-rw-r--r--src/bigvim64.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bigvim64.bat b/src/bigvim64.bat
index 6b58fa0d64..8d5fba0f66 100644
--- a/src/bigvim64.bat
+++ b/src/bigvim64.bat
@@ -1,7 +1,7 @@
-:: command to build big Vim 64 bit with OLE, Perl, Python, Ruby and Tcl
+:: command to build big Vim 64 bit with OLE, Perl and Python.
:: First run: %VCDIR%\vcvarsall.bat x86_amd64
:: Ruby and Tcl are excluded, doesn't seem to work.
SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\"
SET TOOLDIR=E:\
-%VCDIR%\bin\nmake -f Make_mvc.mak CPU=AMD64 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 %1 IME=yes CSCOPE=yes
+%VCDIR%\bin\nmake -f Make_mvc.mak CPU=AMD64 GUI=yes OLE=yes PERL=E:\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 %1 IME=yes CSCOPE=yes