diff src/Make_cyg.mak @ 12525:626fb8e8bb8a v8.0.1141

patch 8.0.1141: MS-Windows build dependencies are incomplete commit https://github.com/vim/vim/commit/96e7a6ee4569526c71b1e89f641526775831ac63 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 23 19:48:29 2017 +0200 patch 8.0.1141: MS-Windows build dependencies are incomplete Problem: MS-Windows build dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Sep 2017 20:00:04 +0200
parents 112c80234ce3
children b0e19f135e50
line wrap: on
line diff
--- a/src/Make_cyg.mak
+++ b/src/Make_cyg.mak
@@ -50,3 +50,5 @@ CROSS_COMPILE = i686-pc-mingw32-
 # 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: