]> granicus.if.org Git - vim/commitdiff
patch 7.4.1021 v7.4.1021
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2016 16:56:17 +0000 (17:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2016 16:56:17 +0000 (17:56 +0100)
Problem:    Some makefiles are outdated.
Solution:   Add a note to warn developers.

src/Make_bc3.mak
src/Make_bc5.mak
src/Make_djg.mak
src/Make_manx.mak
src/Make_w16.mak
src/version.c

index dea9e1011a74643af8031761a683cb5d47929289..a23174fefb5ce28318e703fbd451d0091c0770c8 100644 (file)
@@ -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:
index 2b759dce17a9fdecdcd78222921893e5ff6e8233..ddbdbe304a655a855bd2183d0e40355e4ffb9fa8 100644 (file)
@@ -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
index 1a923447657a19b8639b2d94efdf557438194528..5b77b5c16f45774636bc3cc93a57fd7077909e4b 100644 (file)
@@ -1,6 +1,8 @@
 #
 # Makefile for VIM on MSDOS, using DJGPP 2.0
 #
+# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
+#
 
 #>>>>> choose options:
 
index 6305cd381e79948460021c481764b9f36ce5342a..dd1311ac87a273e1d71bbe32bde3b7dbddd15b0e 100644 (file)
@@ -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!
index bc7809ecaad4fcbe5868028b060481ce134057f3..04ec663c53ddd75b80a0eb307edc430218109fce 100644 (file)
@@ -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
index a2eded595a1c95ce6baf12098eb40cdbcf9f4225..c750066f76b90d04e733877ebc017fd556029993 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1021,
 /**/
     1020,
 /**/