commit | cea2a15687c54b8a700f77f3deef35269abb1417 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 20:44:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 20:44:57 2019 +0200 |
tree | b98507ff1087df40e9d529cddcbcb9996a3c0fba | |
parent | f49a6922596ea88856da802fe33df953b7d77ecb [diff] [blame] |
patch 8.1.1696: MSVC: link command line is too long Problem: MSVC: link command line is too long. Solution: Use the @<< mechanism to pass the arguments via a file. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index a159615..e5c084f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1696, +/**/ 1695, /**/ 1694,