summaryrefslogtreecommitdiffstats
path: root/src/bigvim.bat
diff options
context:
space:
mode:
authorRestorerZ <restorer@mail2k.ru>2023-10-05 22:25:12 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-05 22:25:12 +0200
commitac9c6d5c786a016ca1dce297d167a5a963881f7e (patch)
treeb85f6f7c1f89dd0dc6344aac16ffb8932c3e8fdb /src/bigvim.bat
parent9960ebcacee5f430d61735991a0563858168ef2c (diff)
patch 9.0.1994: inconsistent feature descriptionv9.0.1994
Problem: inconsistent feature description Solution: delete old mentioned feature sets small and big The may however still be mentioned for historical reasons. e.g. The last Amiga built version is for Vim6.2 and is still a big version. closes: #13273 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: RestorerZ <restorer@mail2k.ru>
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 e82eabddd0..a092547f11 100644
--- a/src/bigvim.bat
+++ b/src/bigvim.bat
@@ -1,4 +1,4 @@
-:: command to build big Vim with OLE, Lua, Perl, Python, Racket, Ruby and Tcl
+:: command to build huge Vim with OLE, Lua, Perl, Python, Racket, 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 LUA=%TOOLDIR%lua53 DYNAMIC_LUA=yes LUA_VER=53 PERL=%TOOLDIR%perl524 DYNAMIC_PERL=yes PERL_VER=524 PYTHON=%TOOLDIR%python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python36 DYNAMIC_PYTHON3=yes PYTHON3_VER=36 MZSCHEME=%TOOLDIR%Racket DYNAMIC_MZSCHEME=yes MZSCHEME_VER=3m_a36fs8 RUBY=%TOOLDIR%ruby24 DYNAMIC_RUBY=yes RUBY_VER=24 RUBY_API_VER_LONG=2.4.0 RUBY_MSVCRT_NAME=msvcrt TCL=%TOOLDIR%ActiveTcl TCL_VER=86 TCL_VER_LONG=8.6 DYNAMIC_TCL=yes TCL_DLL=tcl86t.dll %1 IME=yes CSCOPE=yes DIRECTX=yes