comparison Makefile @ 2154:7c8c7c95a865 vim73

First step in the Vim 7.3 branch. Changed version numbers.
author Bram Moolenaar <bram@zimbu.org>
date Sat, 15 May 2010 13:56:02 +0200
parents ca7d02cd5e49
children c1d31f774a03
comparison
equal deleted inserted replaced
2152:b9e314fe473f 2154:7c8c7c95a865
67 # To do all this you need the unix, extra and lang archives, and 67 # To do all this you need the unix, extra and lang archives, and
68 # compiled binaries. 68 # compiled binaries.
69 # Before creating an archive first delete all backup files, *.orig, etc. 69 # Before creating an archive first delete all backup files, *.orig, etc.
70 70
71 MAJOR = 7 71 MAJOR = 7
72 MINOR = 2 72 MINOR = 3a
73 73
74 # Uncomment this line if the Win32s version is to be included. 74 # Uncomment this line if the Win32s version is to be included.
75 DOSBIN_S = dosbin_s 75 DOSBIN_S = dosbin_s
76 76
77 # CHECKLIST for creating a new version: 77 # CHECKLIST for creating a new version:
103 # - Check compiling on Amiga, MS-DOS and MS-Windows. 103 # - Check compiling on Amiga, MS-DOS and MS-Windows.
104 # - Delete all *~, *.sw?, *.orig, *.rej files 104 # - Delete all *~, *.sw?, *.orig, *.rej files
105 # - "make unixall", "make extra", "make lang", "make html" 105 # - "make unixall", "make extra", "make lang", "make html"
106 # - Make diff files against the previous release: "makediff7 7.1 7.2" 106 # - Make diff files against the previous release: "makediff7 7.1 7.2"
107 # 107 #
108 # Amiga: 108 # Amiga: (OBSOLETE, Amiga files are no longer distributed)
109 # - "make amisrc", move the archive to the Amiga and compile: 109 # - "make amisrc", move the archive to the Amiga and compile:
110 # "make -f Make_manx.mak" (will use "big" features by default). 110 # "make -f Make_manx.mak" (will use "big" features by default).
111 # - Run the tests: "make -f Make_manx.mak test" 111 # - Run the tests: "make -f Make_manx.mak test"
112 # - Place the executables Vim and Xxd in this directory (set the executable 112 # - Place the executables Vim and Xxd in this directory (set the executable
113 # flag). 113 # flag).
114 # - "make amirt", "make amibin". 114 # - "make amirt", "make amibin".
115 # 115 #
116 # PC: 116 # PC:
117 # - "make dossrc" and "make dosrt". Unpack the archives on a PC. 117 # - "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)
119 # - Set environment for compiling with Borland C++ 3.1. 119 # - Set environment for compiling with Borland C++ 3.1.
120 # - "bmake -f Make_bc3.mak BOR=E:\borlandc" (compiling xxd might fail, in that 120 # - "bmake -f Make_bc3.mak BOR=E:\borlandc" (compiling xxd might fail, in that
121 # case set environment for compiling with Borland C++ 4.0 and do 121 # case set environment for compiling with Borland C++ 4.0 and do
122 # "make -f make_bc3.mak BOR=E:\BC4 xxd/xxd.exe"). 122 # "make -f make_bc3.mak BOR=E:\BC4 xxd/xxd.exe").
123 # NOTE: this currently fails because Vim is too big. 123 # NOTE: this currently fails because Vim is too big.
177 # Note: VisVim needs to be build with MSVC 5, newer versions don't work. 177 # Note: VisVim needs to be build with MSVC 5, newer versions don't work.
178 # - make sure there is a diff.exe two levels up 178 # - make sure there is a diff.exe two levels up
179 # - go to ../nsis and do "makensis gvim.nsi". 179 # - go to ../nsis and do "makensis gvim.nsi".
180 # - Copy gvim##.exe to the dist directory. 180 # - Copy gvim##.exe to the dist directory.
181 # 181 #
182 # OS/2: 182 # OS/2: (OBSOLETE, OS/2 version is no longer distributed)
183 # - Unpack the Unix "src", "extra" and "rt" archives. 183 # - Unpack the Unix "src", "extra" and "rt" archives.
184 # - "make -f Make_os2.mak". 184 # - "make -f Make_os2.mak".
185 # - Rename the executables to vimos2.exe, xxdos2.exe and teeos2.exe and copy 185 # - Rename the executables to vimos2.exe, xxdos2.exe and teeos2.exe and copy
186 # them to here. 186 # them to here.
187 # - "make os2bin". 187 # - "make os2bin".