summaryrefslogtreecommitdiff
path: root/src/Make_ming.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_ming.mak
parentbb3e6416f157f68799ccb6070fa2f91df6780e79 (diff)
downloadvim-git-96e7a6ee4569526c71b1e89f641526775831ac63.tar.gz
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_ming.mak')
-rw-r--r--src/Make_ming.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Make_ming.mak b/src/Make_ming.mak
index 9ed1a7000..e9e20f678 100644
--- a/src/Make_ming.mak
+++ b/src/Make_ming.mak
@@ -47,3 +47,5 @@
# Do not change this.
UNDER_CYGWIN = no
include Make_cyg_ming.mak
+
+# vim: set noet sw=8 ts=8 sts=0 wm=0 tw=0: