comparison src/INSTALLpc.txt @ 16580:09f560dde6be v8.1.1293

patch 8.1.1293: MSVC files are no longer useful commit https://github.com/vim/vim/commit/fda9784dc9596e1e36f840bbf1935a4c4b502bd9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 22:25:27 2019 +0200 patch 8.1.1293: MSVC files are no longer useful Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes #4357)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 22:30:05 +0200
parents 081522b02c2d
children 7e733046db1d
comparison
equal deleted inserted replaced
16579:083130237591 16580:09f560dde6be
79 nmake -f Make_mvc.mak OLE=yes OLE Microsoft Visual C++ 79 nmake -f Make_mvc.mak OLE=yes OLE Microsoft Visual C++
80 nmake -f Make_mvc.mak PERL=C:\Perl PYTHON=C:\Python etc. 80 nmake -f Make_mvc.mak PERL=C:\Perl PYTHON=C:\Python etc.
81 Perl, Python, etc. 81 Perl, Python, etc.
82 82
83 Make_mvc.mak allows a Vim to be built with various different features and 83 Make_mvc.mak allows a Vim to be built with various different features and
84 debug support. Debugging with MS Devstudio is provided by Make_dvc.mak. 84 debug support.
85 For a description of the use of Make_dvc.mak, look in Make_mvc.mak.
86 85
87 For compiling Gvim with IME support on far-east Windows, add IME=yes 86 For compiling Gvim with IME support on far-east Windows, add IME=yes
88 to the parameters you pass to Make_mvc.mak. 87 to the parameters you pass to Make_mvc.mak.
89
90 To build Vim from within the Visual Studio IDE, open the Make_ivc.mak project.
91 (Note: Make_ivc.mak is not as rich as Make_mvc.mak, which allows for
92 far more configuration.) Make_ivc.mak can also be built with nmake.
93
94 nmake -f Make_ivc.mak CFG="Vim - Win32 Release gvim"
95 GUI Microsoft Visual C++ 4.x or later
96 nmake -f Make_ivc.mak CFG="Vim - Win32 Release gvim OLE"
97 OLE Microsoft Visual C++ 4.x or later
98 88
99 See the specific files for comments and options. 89 See the specific files for comments and options.
100 90
101 These files have been supplied by George V. Reilly, Ben Singer, Ken Scott and 91 These files have been supplied by George V. Reilly, Ben Singer, Ken Scott and
102 Ron Aaron; they have been tested. 92 Ron Aaron; they have been tested.