From: Warren Young Date: January 7 2008 1:44pm Subject: Re: BETA RELEASE: v3.0.0 beta 2 List-Archive: http://lists.mysql.com/plusplus/7358 Message-Id: <47822CD0.1020300@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jonathan Wakely wrote: > Do I need to build bakefile from subversion now? Either that, or change all 'msvs2003prj' strings in mysql++.bkl and Bakefiles.bkgen to 'msvs2005prj'. This is somewhat connected to the "to VC2003 or not to VC2003" question I posed a while back. Bakefile 0.2.3 adds Visual Studio 2003 project file support, and since I decided to go ahead and allow use of VC++ 2003 with v3 except for SSQLS, it means one of the things I want for v3 is to finally move to VS2003 project files instead of VC++ 6 ones. If I had decided to require VC++ 2005 instead, we could have used Bakefile 0.2.2. (Yes, Bakefile got support for the newer project file format a few releases ago; it's only now being backported to support VS2003.)