File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 1021 ,
744746/**/
745747 1020 ,
746748/**/
You can’t perform that action at this time.
0 commit comments