diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-03-16 13:54:13 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-03-16 13:54:13 +0000 |
commit | 0fde290e55feb8f3505c790c8ce9b5302893dfae (patch) | |
tree | f05b982aebd383f62e6d904a267bf9b9e3267cee /src/INSTALLpc.txt | |
parent | 9701da0169c39ff259f281abfed7f3b4c1dbfc27 (diff) | |
download | vim-git-0fde290e55feb8f3505c790c8ce9b5302893dfae.tar.gz |
updated for version 7.1-282v7.1.282
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r-- | src/INSTALLpc.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt index a13dce059..f256ac13d 100644 --- a/src/INSTALLpc.txt +++ b/src/INSTALLpc.txt @@ -82,9 +82,8 @@ To compile and debug Vim with the VC2003 Toolkit, you will also need |ms-platform-sdk|, |dotnet-1.1-redist|, |dotnet-1.1-sdk|, and |windbg-download|. -It's easier to download Visual C++ 2005 Express Edition, |msvc-2005-express|. -The advantage of the VC 2003 Toolkit is that it will be freely available -long after VC 2005 Express Edition stops being free in November 2006. +It's easier to download Visual C++ 2008 Express Edition, |msvc-2008-express|, +which is freely available in perpetuity. The free Code::Blocks IDE works with the VC2003 Toolkit, as described at http://wiki.codeblocks.org/index.php?title=Integrating_Microsoft_Visual_Toolkit_2003_with_Code::Blocks_IDE @@ -152,6 +151,14 @@ Instructions for integrating the Platform SDK into VC Express: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx +Visual C++ 2008 Express Edition *msvc-2008-express* +------------------------------- + +Visual C++ 2008 Express Edition can be downloaded for free from: + http://msdn2.microsoft.com/en-us/express/default.aspx +This includes the IDE and the debugger. You can build Vim with Make_mvc.mak. + + 2. MinGW ======== |