Skip to content

Commit 17b609e

Browse files
committed
patch 7.4.1021
Problem: Some makefiles are outdated. Solution: Add a note to warn developers.
1 parent 7eae47a commit 17b609e

6 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/Make_bc3.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Makefile for Borland C++ 3.1 or 4.0 to compile a 16 bit version of Vim.
22
#
3+
# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
4+
#
35
# There are compilation options at the end of this file.
46
#
57
# Command line variables:

src/Make_bc5.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Compiler: Borland C++ 5.0 and later 32-bit compiler
44
# Targets: Dos16 or Win32 (Windows NT and Windows 95) (with/without GUI)
55
#
6+
# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
7+
#
68
# Contributed by Ben Singer.
79
# Updated 4/1997 by Ron Aaron
810
# 6/1997 - added support for 16 bit DOS

src/Make_djg.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#
22
# Makefile for VIM on MSDOS, using DJGPP 2.0
33
#
4+
# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
5+
#
46

57
#>>>>> choose options:
68

src/Make_manx.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#
22
# Makefile for VIM on the Amiga, using Aztec/Manx C 5.0 or later
33
#
4+
# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
5+
#
46
# Note: Not all dependencies are included. This was done to avoid having
57
# to compile everything when a global variable or function is added.
68
# Careful when changing a global struct or variable!

src/Make_w16.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#
22
# Borland C++ 5.0[12] makefile for vim, 16-bit windows gui version
33
# By Vince Negri
4+
#
5+
# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
6+
#
47
# *************************************************************
58
# * WARNING!
69
# * This was originally produced by the IDE, but has since been

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+
1021,
744746
/**/
745747
1020,
746748
/**/

0 commit comments

Comments
 (0)