diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-07 22:25:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-07 22:25:27 +0200 |
commit | fda9784dc9596e1e36f840bbf1935a4c4b502bd9 (patch) | |
tree | 5eb277ffffb761c3575b4c239f2d2df721c00cda /src/INSTALLpc.txt | |
parent | ba9ea91beb8f687b0f61b28319c1dbdced2f46ca (diff) | |
download | vim-git-fda9784dc9596e1e36f840bbf1935a4c4b502bd9.tar.gz |
patch 8.1.1293: MSVC files are no longer usefulv8.1.1293
Problem: MSVC files are no longer useful for debugging. Newer Visual
Studio versions cannot read them.
Solution: Delete the files. (Ken Takata, closes #4357)
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r-- | src/INSTALLpc.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt index 4b2bd3df7..0c276fa83 100644 --- a/src/INSTALLpc.txt +++ b/src/INSTALLpc.txt @@ -81,21 +81,11 @@ nmake -f Make_mvc.mak PERL=C:\Perl PYTHON=C:\Python etc. Perl, Python, etc. Make_mvc.mak allows a Vim to be built with various different features and -debug support. Debugging with MS Devstudio is provided by Make_dvc.mak. -For a description of the use of Make_dvc.mak, look in Make_mvc.mak. +debug support. For compiling Gvim with IME support on far-east Windows, add IME=yes to the parameters you pass to Make_mvc.mak. -To build Vim from within the Visual Studio IDE, open the Make_ivc.mak project. -(Note: Make_ivc.mak is not as rich as Make_mvc.mak, which allows for -far more configuration.) Make_ivc.mak can also be built with nmake. - -nmake -f Make_ivc.mak CFG="Vim - Win32 Release gvim" - GUI Microsoft Visual C++ 4.x or later -nmake -f Make_ivc.mak CFG="Vim - Win32 Release gvim OLE" - OLE Microsoft Visual C++ 4.x or later - See the specific files for comments and options. These files have been supplied by George V. Reilly, Ben Singer, Ken Scott and |