comparison Makefile @ 29140:c6c93dd88e98 v8.2.5090

patch 8.2.5090: MS-Windows: vim.def is no longer used Commit: https://github.com/vim/vim/commit/831d6d4c02ca629e7e7a28537fd9048351e5db5c Author: K.Takata <kentkt@csc.jp> Date: Tue Jun 14 13:58:29 2022 +0100 patch 8.2.5090: MS-Windows: vim.def is no longer used Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes https://github.com/vim/vim/issues/10569)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 15:00:04 +0200
parents 4f4960861583
children f8116058ca76
comparison
equal deleted inserted replaced
29139:28ec71e8068d 29140:c6c93dd88e98
54 54
55 indenttest: 55 indenttest:
56 cd runtime/indent && \ 56 cd runtime/indent && \
57 $(MAKE) clean && \ 57 $(MAKE) clean && \
58 $(MAKE) test VIM="$(VIM_FOR_INDENTTEST)" 58 $(MAKE) test VIM="$(VIM_FOR_INDENTTEST)"
59 59
60 60
61 ######################################################################### 61 #########################################################################
62 # 2. Creating the various distribution files. 62 # 2. Creating the various distribution files.
63 # 63 #
64 # TARGET PRODUCES CONTAINS 64 # TARGET PRODUCES CONTAINS
91 # 91 #
92 # - Update Vim version number. For a test version in: src/version.h, 92 # - Update Vim version number. For a test version in: src/version.h,
93 # READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in 93 # READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in
94 # src/Makefile, README.txt, README.md, src/README.md, READMEdir/README*.txt, 94 # src/Makefile, README.txt, README.md, src/README.md, READMEdir/README*.txt,
95 # runtime/doc/*.txt and make nsis/gvim_version.nsh. 95 # runtime/doc/*.txt and make nsis/gvim_version.nsh.
96 # For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, 96 # For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.manifest.
97 # src/vim.manifest.
98 # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and 97 # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and
99 # "huge" features. Add MZscheme if you can make it work. 98 # "huge" features. Add MZscheme if you can make it work.
100 # Use "make reconfig" after selecting the configure arguments. 99 # Use "make reconfig" after selecting the configure arguments.
101 # - With these features: "make proto" (requires cproto and Motif installed; 100 # - With these features: "make proto" (requires cproto and Motif installed;
102 # ignore warnings for missing include files, fix problems for syntax errors). 101 # ignore warnings for missing include files, fix problems for syntax errors).