comparison Makefile @ 825:6675076019ae v7.0d

updated for version 7.0d
author vimboss
date Mon, 10 Apr 2006 14:55:34 +0000
parents 9f345c48220b
children 5117153003bd
comparison
equal deleted inserted replaced
824:8dd456c1e283 825:6675076019ae
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 = 0c 72 MINOR = 0d
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 # - "make dosbin". 163 # - "make dosbin".
163 # - Run make on Unix to update the ".mo" files. 164 # - Run make on Unix to update the ".mo" files.
164 # - "make doslang". 165 # - "make doslang".
165 # NSIS self installing exe: 166 # NSIS self installing exe:
166 # - Unpack the doslang archive on the PC. 167 # - Unpack the doslang archive on the PC.