comparison Makefile @ 7382:58958b8c9881 v7.4.996

commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 19:03:21 2015 +0100 patch 7.4.996 Problem: New GDK files and testdir/Make_all.mak missing from distribution. PC build instructions are outdated. Solution: Add the file to the list. Update PC build instructions.
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Dec 2015 19:15:05 +0100
parents 359743c1f59a
children 63a96fadf679
comparison
equal deleted inserted replaced
7381:bda970de358d 7382:58958b8c9881
141 # Or, when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the 141 # Or, when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the
142 # paths when necessary). 142 # paths when necessary).
143 # For Windows 98/ME the 2003 version is required, but then the executable 143 # For Windows 98/ME the 2003 version is required, but then the executable
144 # won't work on Windows 7 and 64 bit systems. 144 # won't work on Windows 7 and 64 bit systems.
145 # - "nmake -f Make_mvc.mak" (use the same path as for vcvars32.bat) 145 # - "nmake -f Make_mvc.mak" (use the same path as for vcvars32.bat)
146 # - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output. 146 # - Run the tests:
147 # > rm testdir/*.out
148 # > nmake -f Make_mvc.mak test
149 # - check the output.
147 # - Rename vim.exe to vimw32.exe, xxd/xxd.exe to xxdw32.exe. 150 # - Rename vim.exe to vimw32.exe, xxd/xxd.exe to xxdw32.exe.
148 # - Rename vim.pdb to vimw32.pdb. 151 # - Rename vim.pdb to vimw32.pdb.
149 # - Rename install.exe to installw32.exe and uninstal.exe to uninstalw32.exe. 152 # - Rename install.exe to installw32.exe and uninstal.exe to uninstalw32.exe.
150 # Win32 GUI version: 153 # Win32 GUI version:
151 # - "nmake -f Make_mvc.mak GUI=yes" 154 # - "nmake -f Make_mvc.mak GUI=yes"
155 # - Run the tests:
156 # > cd testdir
157 # > rm *.out
158 # > nmake -f Make_dos.mak VIMPROG=..\gvim
159 # - check the output.
152 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it). 160 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it).
153 # - Move gvim.pdb to here. 161 # - Move gvim.pdb to here.
154 # - Delete vimrun.exe, install.exe and uninstal.exe. 162 # - Delete vimrun.exe, install.exe and uninstal.exe.
155 # - Copy "GvimExt/gvimext.dll" to here. 163 # - Copy "GvimExt/gvimext.dll" to here.
156 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME: 164 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME:
157 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...) 165 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...)
166 # - Run the tests:
167 # > cd testdir
168 # > rm *.out
169 # > nmake -f Make_dos.mak VIMPROG=..\gvim
170 # - check the output.
158 # - Rename "gvim.exe" to "gvim_ole.exe". 171 # - Rename "gvim.exe" to "gvim_ole.exe".
159 # - Rename gvim.pdb to "gvim_ole.pdb". 172 # - Rename gvim.pdb to "gvim_ole.pdb".
160 # - Delete install.exe and uninstal.exe. 173 # - Delete install.exe and uninstal.exe.
161 # Create the archives: 174 # Create the archives:
162 # - Copy all the "*.exe" files to where this Makefile is. 175 # - Copy all the "*.exe" files to where this Makefile is.