To: vim_dev@googlegroups.com Subject: Patch 8.1.1696 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.1696 Problem: MSVC: link command line is too long. Solution: Use the @<< mechanism to pass the arguments via a file. (Christian Brabandt) Files: src/Make_mvc.mak *** ../vim-8.1.1695/src/Make_mvc.mak 2019-07-14 21:29:04.554965965 +0200 --- src/Make_mvc.mak 2019-07-15 20:42:57.328738970 +0200 *************** *** 1269,1274 **** --- 1269,1277 ---- tee/tee.exe \ GvimExt/gvimext.dll + # To get around the command line limit: Make use of nmake's response files to + # capture the arguments for $(link) in a file using the @<