summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-06 22:06:35 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-06 22:06:35 +0200
commit6384c5db8dda70076c878d393ba19a1510695228 (patch)
treed58c7b41c533e597255fc6ff73c8e2a2200c9f9a /Makefile
parent100f5c90f4d4fb40bc3aeabc35192db371f5988f (diff)
downloadvim-6384c5db8dda70076c878d393ba19a1510695228.zip
patch 7.4.2340
Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdc4a76fe..e601b6757 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ MINOR = 4
# - Move gvim.pdb to here.
# - Copy "GvimExt/gvimext.dll" to here.
# - Delete vimrun.exe, install.exe and uninstal.exe.
-# Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME:
+# Win32 GUI version with OLE, PERL, Ruby, TCL, PYTHON and dynamic IME:
# - Install the interfaces you want, see src/INSTALLpc.txt
# - Build:
# > cd src