comparison Makefile @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents 58cad056e608
children f4f8014d516e
comparison
equal deleted inserted replaced
1667:131dbd3d2a4b 1668:0b796e045c42
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 = 2a 72 MINOR = 2b
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:
131 # - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and 131 # - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and
132 # "uninstald32.exe". 132 # "uninstald32.exe".
133 # Win32 console version: 133 # Win32 console version:
134 # - Set environment for Visual C++ 2008 Express Edition: "msvc2008.bat". Or, 134 # - Set environment for Visual C++ 2008 Express Edition: "msvc2008.bat". Or,
135 # when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the paths 135 # when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the paths
136 # when necessary). 136 # when necessary). For Windows 98 the 2003 version is required.
137 # - "nmake -f Make_mvc.mak" 137 # - "nmake -f Make_mvc.mak"
138 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output. 138 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
139 # - Rename the executables to "vimw32.exe", "xxdw32.exe". 139 # - Rename the executables to "vimw32.exe", "xxdw32.exe".
140 # - Rename vim.pdb to vimw32.pdb. 140 # - Rename vim.pdb to vimw32.pdb.
141 # - When building the Win32s version later, delete vimrun.exe, install.exe and 141 # - When building the Win32s version later, delete vimrun.exe, install.exe and