comparison Makefile @ 5247:09c88160095d v7.4b.000

Update files for the 7.4b BETA release.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 18:29:08 +0200
parents 6ec6b7ff2d43
children 359743c1f59a
comparison
equal deleted inserted replaced
5246:d2c3543cd34a 5247:09c88160095d
72 # overwritten! 72 # overwritten!
73 # To do all this you need the Unix archive and compiled binaries. 73 # To do all this you need the Unix archive and compiled binaries.
74 # Before creating an archive first delete all backup files, *.orig, etc. 74 # Before creating an archive first delete all backup files, *.orig, etc.
75 75
76 MAJOR = 7 76 MAJOR = 7
77 MINOR = 4a 77 MINOR = 4b
78 78
79 # Uncomment this line if the Win32s version is to be included. 79 # Uncomment this line if the Win32s version is to be included.
80 # DOSBIN_S = dosbin_s 80 # DOSBIN_S = dosbin_s
81 81
82 # Uncomment this line if the 16 bit DOS version is to be included. 82 # Uncomment this line if the 16 bit DOS version is to be included.
135 # - Set environment for Visual C++ 2008, e.g.: "msvc2008.bat" Or: 135 # - Set environment for Visual C++ 2008, e.g.: "msvc2008.bat" Or:
136 # "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat". 136 # "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat".
137 # Or, when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the 137 # Or, when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the
138 # paths when necessary). 138 # paths when necessary).
139 # For Windows 98/ME the 2003 version is required, but then the executable 139 # For Windows 98/ME the 2003 version is required, but then the executable
140 # won't work on Windows 7 and 64 bit. 140 # won't work on Windows 7 and 64 bit systems.
141 # - "nmake -f Make_mvc.mak" (use the same path as for vcvars32.bat) 141 # - "nmake -f Make_mvc.mak" (use the same path as for vcvars32.bat)
142 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output. 142 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
143 # - Rename vim.exe to vimw32.exe, xxd/xxd.exe to xxdw32.exe. 143 # - Rename vim.exe to vimw32.exe, xxd/xxd.exe to xxdw32.exe.
144 # - Rename vim.pdb to vimw32.pdb. 144 # - Rename vim.pdb to vimw32.pdb.
145 # - Rename install.exe to installw32.exe and uninstal.exe to uninstalw32.exe. 145 # - Rename install.exe to installw32.exe and uninstal.exe to uninstalw32.exe.