summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-06-14 13:58:29 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-14 13:58:29 +0100
commit831d6d4c02ca629e7e7a28537fd9048351e5db5c (patch)
tree175bc2915e25acb73e55bb0ca55bcdf2e1542c91 /Makefile
parentca195cc84fb3f5e497cdbc5f1f53dc1d7efedf48 (diff)
patch 8.2.5090: MS-Windows: vim.def is no longer usedv8.2.5090
Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes #10569)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 86c9f65f19..45cffff573 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ indenttest:
cd runtime/indent && \
$(MAKE) clean && \
$(MAKE) test VIM="$(VIM_FOR_INDENTTEST)"
-
+
#########################################################################
# 2. Creating the various distribution files.
@@ -93,8 +93,7 @@ MINOR = 2
# READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in
# src/Makefile, README.txt, README.md, src/README.md, READMEdir/README*.txt,
# runtime/doc/*.txt and make nsis/gvim_version.nsh.
-# For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def,
-# src/vim.manifest.
+# For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.manifest.
# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and
# "huge" features. Add MZscheme if you can make it work.
# Use "make reconfig" after selecting the configure arguments.