On 18 June 2014 14:45, <rhuij...@apache.org> wrote: > Author: rhuijben > Date: Wed Jun 18 10:45:22 2014 > New Revision: 1603405 > > URL: http://svn.apache.org/r1603405 > Log: > * . > Record merge of r1601851 > > * build/generator/gen_win.py > Explicitly support VS 2013 and fix support of future VS versions by setting > the right variable. > > * build/generator/templates/vcnet_sln.ezt > Properly generate a forward and backward compatible solution file for > VS > 2010. > > Modified: > subversion/branches/1.8.x-VS2013-14/ (props changed) > subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py > > subversion/branches/1.8.x-VS2013-14/build/generator/templates/vcnet_sln.ezt > > Propchange: subversion/branches/1.8.x-VS2013-14/ > ------------------------------------------------------------------------------ > Merged /subversion/trunk:r1601851 > > Modified: subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py > URL: > http://svn.apache.org/viewvc/subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py?rev=1603405&r1=1603404&r2=1603405&view=diff > ============================================================================== > --- subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py (original) > +++ subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py Wed Jun 18 > 10:45:22 2014 > @@ -189,8 +189,13 @@ class GeneratorBase(gen_base.GeneratorBa > self.sln_version = '12.00' > self.vcproj_version = '11.0' > self.vcproj_extension = '.vcxproj' > + elif val == '2013' or val == '12': > + self.vs_version = '2012' ^^^^^ This looks like a typo. It should be "self.vs_version = '2012'", isn't it?
-- Ivan Zhakov CTO | VisualSVN | http://www.visualsvn.com