]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.5090: MS-Windows: vim.def is no longer used v8.2.5090
authorK.Takata <kentkt@csc.jp>
Tue, 14 Jun 2022 12:58:29 +0000 (13:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 12:58:29 +0000 (13:58 +0100)
Problem:    MS-Windows: vim.def is no longer used.
Solution:   Delete vim.def. (Ken Takata, closes #10569)

Filelist
Makefile
src/version.c
src/vim.def [deleted file]

index af5fcc5a37b47226c41e7539571bbb82bdcc7b37..ec8ae5bbaaf43bcfff3ff854e77f49ad00f83588 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -574,7 +574,6 @@ SRC_DOS =   \
                src/testdir/Make_ming.mak \
                src/testdir/dos.vim \
                src/uninstall.c \
-               src/vim.def \
                src/vim.rc \
                src/vim.manifest \
                src/vimrun.c \
index 86c9f65f19d6bb732ff587049849c3135c749da3..45cffff5730ab383950fa8a720dadaa294ffd4f4 100644 (file)
--- 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.
index aa1319c690773faa302df91e942ae16ad606d635..9373f605bd1ca847eeacc78b4434601ab21381d6 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5090,
 /**/
     5089,
 /**/
diff --git a/src/vim.def b/src/vim.def
deleted file mode 100644 (file)
index 5a3e413..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-CODE PRELOAD EXECUTEONLY
-DATA MULTIPLE SHARED
-DESCRIPTION 'Vim 8.2'
-HEAPSIZE 0,0