summaryrefslogtreecommitdiffstats
path: root/src/Make_cyg.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-23 19:48:29 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-23 19:48:29 +0200
commit96e7a6ee4569526c71b1e89f641526775831ac63 (patch)
tree81a080ed86f6413640e611f3af8b49612ffc17e7 /src/Make_cyg.mak
parentbb3e6416f157f68799ccb6070fa2f91df6780e79 (diff)
patch 8.0.1141: MS-Windows build dependencies are incompletev8.0.1141
Problem: MS-Windows build dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata)
Diffstat (limited to 'src/Make_cyg.mak')
-rw-r--r--src/Make_cyg.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Make_cyg.mak b/src/Make_cyg.mak
index 828666ce0a..8c1b60e278 100644
--- 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: