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

File tree

5 files changed

+4
-107
lines changed

5 files changed

+4
-107
lines changed

src/GvimExt/Make_cyg.mak

-77
This file was deleted.

src/GvimExt/Make_ming.mak

+1-1
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

+2
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

-28
This file was deleted.

src/xxd/Make_ming.mak

+1-1
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)