comparison Makefile @ 1186:2de44d8f2cf1

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 16:41:10 +0000
parents 8ab3fdabf244
children de2bde5aa8ff
comparison
equal deleted inserted replaced
1185:184d2020d8f1 1186:2de44d8f2cf1
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 = 1a 72 MINOR = 1b
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:
139 # uninstalw32.exe. 139 # uninstalw32.exe.
140 # Win32 GUI version: 140 # Win32 GUI version:
141 # - "nmake -f Make_mvc.mak GUI=yes. 141 # - "nmake -f Make_mvc.mak GUI=yes.
142 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it). 142 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it).
143 # - Move gvim.pdb to here. 143 # - Move gvim.pdb to here.
144 # - Delete vimrun.exe, install.exe and uninstall.exe. 144 # - Delete vimrun.exe, install.exe and uninstal.exe.
145 # - Copy "GvimExt/gvimext.dll" to here. 145 # - Copy "GvimExt/gvimext.dll" to here.
146 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME: 146 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME:
147 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...) 147 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...)
148 # - Rename "gvim.exe" to "gvim_ole.exe". 148 # - Rename "gvim.exe" to "gvim_ole.exe".
149 # - Rename gvim.pdb to "gvim_ole.pdb". 149 # - Rename gvim.pdb to "gvim_ole.pdb".
150 # - Delete install.exe and uninstall.exe. 150 # - Delete install.exe and uninstal.exe.
151 # - If building the Win32s version delete vimrun.exe. 151 # - If building the Win32s version delete vimrun.exe.
152 # Win32s GUI version: 152 # Win32s GUI version:
153 # - Set environment for Visual C++ 4.1 (requires a new console window) 153 # - Set environment for Visual C++ 4.1 (requires a new console window)
154 # - "vcvars32" (use the path for VC 4.1 e:\msdev\bin) 154 # - "vcvars32" (use the path for VC 4.1 e:\msdev\bin)
155 # - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1) 155 # - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1)