commit | 96e7a6ee4569526c71b1e89f641526775831ac63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 19:48:29 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 19:48:29 2017 +0200 |
tree | 81a080ed86f6413640e611f3af8b49612ffc17e7 | |
parent | bb3e6416f157f68799ccb6070fa2f91df6780e79 [diff] [blame] |
patch 8.0.1141: MS-Windows build dependencies are incomplete Problem: MS-Windows build dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata)
diff --git a/src/Make_cyg.mak b/src/Make_cyg.mak index 828666c..8c1b60e 100644 --- a/src/Make_cyg.mak +++ b/src/Make_cyg.mak
@@ -50,3 +50,5 @@ # Do not change this. UNDER_CYGWIN = yes include Make_cyg_ming.mak + +# vim: set noet sw=8 ts=8 sts=0 wm=0 tw=0: