comparison Makefile @ 2286:144aa6167799 vim73

Adjust MS-Windows installer so that it also works for 64 bit systems. (George Reilly)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Jul 2010 13:19:55 +0200
parents 120502692d82
children 573da4dac306
comparison
equal deleted inserted replaced
2285:69064995302a 2286:144aa6167799
129 # - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output for 129 # - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output for
130 # "ALL DONE". 130 # "ALL DONE".
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++ 2010: 134 # - Set environment for Visual C++ 2010, e.g.:
135 # "E:\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat". Or, for Visual 135 # "E:\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat". Or, for Visual
136 # C++ 2008 Express Edition: "msvc2008.bat". Or, when using the Visual C++ 136 # C++ 2008 Express Edition: "msvc2008.bat". Or, when using the Visual C++
137 # Toolkit 2003: "msvcsetup.bat" (adjust the paths when necessary). For 137 # Toolkit 2003: "msvcsetup.bat" (adjust the paths when necessary). For
138 # Windows 98/ME the 2003 version is required. 138 # Windows 98/ME the 2003 version is required.
139 # - "nmake -f Make_mvc.mak" 139 # - "nmake -f Make_mvc.mak"