comparison Makefile @ 24689:2e6cc2bf37d8 v8.2.2883

patch 8.2.2883: MS-Windows manifest file name is misleading Commit: https://github.com/vim/vim/commit/e97c7c962ca0fd7cad0d157f1762eb5cc5887fca Author: matveyt <matthewtarasov@gmail.com> Date: Mon May 24 18:48:27 2021 +0200 patch 8.2.2883: MS-Windows manifest file name is misleading Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes https://github.com/vim/vim/issues/8241)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 May 2021 19:00:04 +0200
parents 30bdd2e4a6f9
children 4f4960861583
comparison
equal deleted inserted replaced
24688:56929100c771 24689:2e6cc2bf37d8
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.def,
97 # src/gvim.exe.mnf. 97 # src/vim.manifest.
98 # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and 98 # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and
99 # "huge" features. Add MZscheme if you can make it work. 99 # "huge" features. Add MZscheme if you can make it work.
100 # Use "make reconfig" after selecting the configure arguments. 100 # Use "make reconfig" after selecting the configure arguments.
101 # - With these features: "make proto" (requires cproto and Motif installed; 101 # - With these features: "make proto" (requires cproto and Motif installed;
102 # ignore warnings for missing include files, fix problems for syntax errors). 102 # ignore warnings for missing include files, fix problems for syntax errors).
150 # - See src/INSTALLpc.txt for installing the compiler and SDK. 150 # - See src/INSTALLpc.txt for installing the compiler and SDK.
151 # - Set environment for Visual C++ 2015: 151 # - Set environment for Visual C++ 2015:
152 # > cd src 152 # > cd src
153 # > msvc2015.bat 153 # > msvc2015.bat
154 # - Build the console binary: 154 # - Build the console binary:
155 # > nmake -f Make_mvc.mak 155 # > nmake -f Mae_mvc.mak
156 # - Run the tests and check the output: 156 # - Run the tests and check the output:
157 # > nmake -f Make_mvc.mak testclean 157 # > nmake -f Make_mvc.mak testclean
158 # > nmake -f Make_mvc.mak test 158 # > nmake -f Make_mvc.mak test
159 # - Rename (using ../tools/rename.bat): 159 # - Rename (using ../tools/rename.bat):
160 # vim.exe to vimw32.exe 160 # vim.exe to vimw32.exe