Hi Bram, 2016/1/6 Wed 5:56:33 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > I wrote a patch for src/INSTALLpc.txt: > > > > --- a/src/INSTALLpc.txt > > +++ b/src/INSTALLpc.txt > > @@ -42,8 +42,9 @@ > > Visual Studio > > ------------- > > > > -Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, and VS > > 2008) > > -is straightforward. (These instructions should also work for VS 4 and VS > > 5.) > > +Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, VS > > 2008, > > +VS2010, VS2012, VS2013 and VS2015) is straightforward. (These instructions > > +should also work for VS 4 and VS 5.) > > > > Using VS C++ 2008 Express is recommended, the binaries build with that run > > on > > nearly all platforms. Binaries from later versions may not run on Windows > > 95 > > @@ -195,7 +196,7 @@ > > Targeting Windows XP with new MSVC *new-msvc-windows-xp* > > ---------------------------------- > > > > -Beginning with Visual C++ 2010, Microsoft changed the behavior of LINK.EXE > > +Beginning with Visual C++ 2012, Microsoft changed the behavior of LINK.EXE > > so that it targets Windows 6.0 (Vista) by default. In order to override > > this, the target Windows version number needs to be passed to LINK like > > follows: > > > > > > * Vim can be compiled by also VS2010, VS2012, VS2013 and VS2015. > > (Maybe we should better to add instructions for these versions.) > > * VC2010 sets subsystem version to 5.01 (XP) not 6.0 (Vista). > > Thanks, I'll include it. > > I am currently building with 2008. I wonder if there is an advantage in > using 2010, since it still works with XP (which is the oldest I would > like to support).
I don't use VS2008, so I don't know well. I was worrying about the DirectWrite feature, but when I tried to compile on AppVeyor, it was successfully compiled. So, I think VS2008 is enough for compiling Vim. (If someone wants to build 64-bit version, newer might be needed.) Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
