summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-01 17:56:17 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-01 17:56:17 +0100
commit17b609ed7f3d718e233a561f792f7473e48b0aaa (patch)
tree02f84ad08ca6c94a43a414c6a570b515b532b5ff
parent7eae47af89580df07a72079405a0e7b8aad784a8 (diff)
downloadvim-git-17b609ed7f3d718e233a561f792f7473e48b0aaa.tar.gz
patch 7.4.1021v7.4.1021
Problem: Some makefiles are outdated. Solution: Add a note to warn developers.
-rw-r--r--src/Make_bc3.mak2
-rw-r--r--src/Make_bc5.mak2
-rw-r--r--src/Make_djg.mak2
-rw-r--r--src/Make_manx.mak2
-rw-r--r--src/Make_w16.mak3
-rw-r--r--src/version.c2
6 files changed, 13 insertions, 0 deletions
diff --git a/src/Make_bc3.mak b/src/Make_bc3.mak
index dea9e1011..a23174fef 100644
--- a/src/Make_bc3.mak
+++ b/src/Make_bc3.mak
@@ -1,5 +1,7 @@
# Makefile for Borland C++ 3.1 or 4.0 to compile a 16 bit version of Vim.
#
+# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
+#
# There are compilation options at the end of this file.
#
# Command line variables:
diff --git a/src/Make_bc5.mak b/src/Make_bc5.mak
index 2b759dce1..ddbdbe304 100644
--- a/src/Make_bc5.mak
+++ b/src/Make_bc5.mak
@@ -3,6 +3,8 @@
# Compiler: Borland C++ 5.0 and later 32-bit compiler
# Targets: Dos16 or Win32 (Windows NT and Windows 95) (with/without GUI)
#
+# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
+#
# Contributed by Ben Singer.
# Updated 4/1997 by Ron Aaron
# 6/1997 - added support for 16 bit DOS
diff --git a/src/Make_djg.mak b/src/Make_djg.mak
index 1a9234476..5b77b5c16 100644
--- a/src/Make_djg.mak
+++ b/src/Make_djg.mak
@@ -1,6 +1,8 @@
#
# Makefile for VIM on MSDOS, using DJGPP 2.0
#
+# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
+#
#>>>>> choose options:
diff --git a/src/Make_manx.mak b/src/Make_manx.mak
index 6305cd381..dd1311ac8 100644
--- a/src/Make_manx.mak
+++ b/src/Make_manx.mak
@@ -1,6 +1,8 @@
#
# Makefile for VIM on the Amiga, using Aztec/Manx C 5.0 or later
#
+# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
+#
# Note: Not all dependencies are included. This was done to avoid having
# to compile everything when a global variable or function is added.
# Careful when changing a global struct or variable!
diff --git a/src/Make_w16.mak b/src/Make_w16.mak
index bc7809eca..04ec663c5 100644
--- a/src/Make_w16.mak
+++ b/src/Make_w16.mak
@@ -1,6 +1,9 @@
#
# Borland C++ 5.0[12] makefile for vim, 16-bit windows gui version
# By Vince Negri
+#
+# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
+#
# *************************************************************
# * WARNING!
# * This was originally produced by the IDE, but has since been
diff --git a/src/version.c b/src/version.c
index a2eded595..c750066f7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1021,
+/**/
1020,
/**/
1019,