Skip to content

Commit abfa9ef

Browse files
committed
patch 7.4.1100
Problem: Cygwin makefiles are unused. Solution: Remove them.
1 parent 36d7cd8 commit abfa9ef

5 files changed

Lines changed: 4 additions & 107 deletions

File tree

src/GvimExt/Make_cyg.mak

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/GvimExt/Make_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project: gvimext
22
# Generates gvimext.dll with gcc.
3-
# To be used with MingW.
3+
# To be used with MingW and Cygwin.
44
#
55
# Originally, the DLL base address was fixed: -Wl,--image-base=0x1C000000
66
# Now it is allocated dymanically by the linker by evaluating all DLLs

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1100,
744746
/**/
745747
1099,
746748
/**/

src/xxd/Make_cyg.mak

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/xxd/Make_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The most simplistic Makefile, for MinGW gcc on MS-DOS
1+
# The most simplistic Makefile, for MinGW and Cygwin gcc on MS-DOS
22

33
ifndef USEDLL
44
USEDLL = no

0 commit comments

Comments
 (0)