@@ -69,7 +69,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
6969# Before creating an archive first delete all backup files, *.orig, etc.
7070
7171MAJOR = 7
72- MINOR = 2
72+ MINOR = 3a
7373
7474# Uncomment this line if the Win32s version is to be included.
7575DOSBIN_S = dosbin_s
@@ -105,7 +105,7 @@ DOSBIN_S = dosbin_s
105105# - "make unixall", "make extra", "make lang", "make html"
106106# - Make diff files against the previous release: "makediff7 7.1 7.2"
107107#
108- # Amiga:
108+ # Amiga: (OBSOLETE, Amiga files are no longer distributed)
109109# - "make amisrc", move the archive to the Amiga and compile:
110110# "make -f Make_manx.mak" (will use "big" features by default).
111111# - Run the tests: "make -f Make_manx.mak test"
@@ -115,7 +115,7 @@ DOSBIN_S = dosbin_s
115115#
116116# PC:
117117# - "make dossrc" and "make dosrt". Unpack the archives on a PC.
118- # 16 bit DOS version:
118+ # 16 bit DOS version: (OBSOLETE, 16 bit version doesn't build)
119119# - Set environment for compiling with Borland C++ 3.1.
120120# - "bmake -f Make_bc3.mak BOR=E:\borlandc" (compiling xxd might fail, in that
121121# case set environment for compiling with Borland C++ 4.0 and do
@@ -179,7 +179,7 @@ DOSBIN_S = dosbin_s
179179# - go to ../nsis and do "makensis gvim.nsi".
180180# - Copy gvim##.exe to the dist directory.
181181#
182- # OS/2:
182+ # OS/2: (OBSOLETE, OS/2 version is no longer distributed)
183183# - Unpack the Unix "src", "extra" and "rt" archives.
184184# - "make -f Make_os2.mak".
185185# - Rename the executables to vimos2.exe, xxdos2.exe and teeos2.exe and copy
0 commit comments