comparison 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
comparison
equal deleted inserted replaced
12524:5b3fd121883e 12525:626fb8e8bb8a
48 48
49 49
50 # Do not change this. 50 # Do not change this.
51 UNDER_CYGWIN = yes 51 UNDER_CYGWIN = yes
52 include Make_cyg_ming.mak 52 include Make_cyg_ming.mak
53
54 # vim: set noet sw=8 ts=8 sts=0 wm=0 tw=0: