comparison Makefile @ 810:9f345c48220b v7.0c

updated for version 7.0c
author vimboss
date Mon, 27 Mar 2006 17:01:56 +0000
parents 6beb2c667935
children 6675076019ae
comparison
equal deleted inserted replaced
809:4f1b94b51e99 810:9f345c48220b
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 = 0b 72 MINOR = 0c
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:
166 # - Unpack the doslang archive on the PC. 166 # - Unpack the doslang archive on the PC.
167 # - Make sure gvim_ole.exe, vimd32.exe, vimw32.exe, installw32.exe, 167 # - Make sure gvim_ole.exe, vimd32.exe, vimw32.exe, installw32.exe,
168 # uninstalw32.exe and xxdw32.exe have been build as mentioned above. 168 # uninstalw32.exe and xxdw32.exe have been build as mentioned above.
169 # - put gvimext.dll in src/GvimExt and VisVim.dll in src/VisVim (get them 169 # - put gvimext.dll in src/GvimExt and VisVim.dll in src/VisVim (get them
170 # from a binary archive or build them) 170 # from a binary archive or build them)
171 # Note: VisVim needs to be build with MSVC 5, newer versions don't work.
171 # - make sure there is a diff.exe two levels up 172 # - make sure there is a diff.exe two levels up
172 # - go to ../nsis and do "makensis gvim.nsi". 173 # - go to ../nsis and do "makensis gvim.nsi".
173 # - Copy gvim##.exe to the dist directory. 174 # - Copy gvim##.exe to the dist directory.
174 # 175 #
175 # OS/2: 176 # OS/2: