comparison Makefile @ 834:5117153003bd v7.0e

updated for version 7.0e
author vimboss
date Sun, 16 Apr 2006 18:30:08 +0000
parents 6675076019ae
children a209672376fd
comparison
equal deleted inserted replaced
833:52d17d53b555 834:5117153003bd
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 = 0d 72 MINOR = 0e
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:
157 # - Rename "install.exe" to "installw32.exe" 157 # - Rename "install.exe" to "installw32.exe"
158 # - Rename "uninstal.exe" to "uninstalw32.exe" 158 # - Rename "uninstal.exe" to "uninstalw32.exe"
159 # - The produced uninstalw32.exe and vimrun.exe are used. 159 # - The produced uninstalw32.exe and vimrun.exe are used.
160 # Create the archives: 160 # Create the archives:
161 # - Copy all the "*.exe" files to where this Makefile is. 161 # - Copy all the "*.exe" files to where this Makefile is.
162 # - Copy all the "*.pdb" files to the dist directory. 162 # - Copy all the "*.pdb" files to where this Makefile is.
163 # - "make dosbin". 163 # - "make dosbin".
164 # - Run make on Unix to update the ".mo" files. 164 # - Run make on Unix to update the ".mo" files.
165 # - "make doslang". 165 # - "make doslang".
166 # NSIS self installing exe: 166 # NSIS self installing exe:
167 # - Unpack the doslang archive on the PC. 167 # - Unpack the doslang archive on the PC.