0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1021

Problem:    Some makefiles are outdated.
Solution:   Add a note to warn developers.
This commit is contained in:
Bram Moolenaar
2016-01-01 17:56:17 +01:00
parent 7eae47af89
commit 17b609ed7f
6 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# Makefile for Borland C++ 3.1 or 4.0 to compile a 16 bit version of Vim. # 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. # There are compilation options at the end of this file.
# #
# Command line variables: # Command line variables:

View File

@@ -3,6 +3,8 @@
# Compiler: Borland C++ 5.0 and later 32-bit compiler # Compiler: Borland C++ 5.0 and later 32-bit compiler
# Targets: Dos16 or Win32 (Windows NT and Windows 95) (with/without GUI) # 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. # Contributed by Ben Singer.
# Updated 4/1997 by Ron Aaron # Updated 4/1997 by Ron Aaron
# 6/1997 - added support for 16 bit DOS # 6/1997 - added support for 16 bit DOS

View File

@@ -1,6 +1,8 @@
# #
# Makefile for VIM on MSDOS, using DJGPP 2.0 # Makefile for VIM on MSDOS, using DJGPP 2.0
# #
# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
#
#>>>>> choose options: #>>>>> choose options:

View File

@@ -1,6 +1,8 @@
# #
# Makefile for VIM on the Amiga, using Aztec/Manx C 5.0 or later # 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 # Note: Not all dependencies are included. This was done to avoid having
# to compile everything when a global variable or function is added. # to compile everything when a global variable or function is added.
# Careful when changing a global struct or variable! # Careful when changing a global struct or variable!

View File

@@ -1,6 +1,9 @@
# #
# Borland C++ 5.0[12] makefile for vim, 16-bit windows gui version # Borland C++ 5.0[12] makefile for vim, 16-bit windows gui version
# By Vince Negri # By Vince Negri
#
# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
#
# ************************************************************* # *************************************************************
# * WARNING! # * WARNING!
# * This was originally produced by the IDE, but has since been # * This was originally produced by the IDE, but has since been

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1021,
/**/ /**/
1020, 1020,
/**/ /**/