commit | 31dcc8de463843e3378bb15a16247940d6a147e4 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Tue Jan 18 11:34:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 11:34:57 2022 +0000 |
tree | b98c6a1d3d04b5a8f427f798cf88a0eb57e99ba6 | |
parent | 1247126956c2ba666048b2bf99630eef7495e98e [diff] [blame] |
patch 8.2.4130: MS-Windows: MSVC build may have libraries duplicated Problem: MS-Windows: MSVC build may have libraries duplicated. Solution: Improve the MSVC Makefile. (Ken Takata, closes #9547)
diff --git a/src/version.c b/src/version.c index b3f7436..f7e3053 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4130, +/**/ 4129, /**/ 4128,