diff 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
line wrap: on
line diff
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -81,21 +81,11 @@ nmake -f Make_mvc.mak PERL=C:\Perl PYTHO
 				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