comparison src/xxd/Make_ming.mak @ 7602:a82b2d79e61b

commit https://github.com/vim/vim/commit/abfa9efb983c6fe9f5c4c342ff4d7017ce9a2c4b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 15 22:34:45 2016 +0100 patch 7.4.1100 Problem: Cygwin makefiles are unused. Solution: Remove them.
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Jan 2016 22:45:04 +0100
parents 1b26748fc911
children
comparison
equal deleted inserted replaced
7601:88c4c634e919 7602:a82b2d79e61b
1 # The most simplistic Makefile, for MinGW gcc on MS-DOS 1 # The most simplistic Makefile, for MinGW and Cygwin gcc on MS-DOS
2 2
3 ifndef USEDLL 3 ifndef USEDLL
4 USEDLL = no 4 USEDLL = no
5 endif 5 endif
6 6