GNOME Bugzilla – Bug 691991
Add support for building ATK with Visual Studio 2012
Last modified: 2014-04-25 00:35:55 UTC
Created attachment 233713 [details] [review] Add support for VS 2012 builds with autotools scripts Hi, I have came up with an autotools script to automate the "upgrade" of Visual Studio 2010 project files to Visual Studio 2012 during "make dist" so that we can also provide support for building ATK with Visual Studio 2012, in addition to the currently-supported Visual Studio 2008/2010. The rational behind this script is that the VS 2012 project files are only slightly different from their VS 2010 counterparts, so we only need a simple script to copy the VS 2010 projects and then replacing the necessary parts to create project files that can be used by VS 2012. Thank you, with blessings!
I missed this bug, but Visual Studio files changed a lot since then. Is this bug still valid?
Created attachment 275049 [details] [review] Add support for VS 2012 builds with autotools scripts (take ii) Hi Piñeiro, Indeed this patch set needed some updates, although not that big. So, here's the revised patch. I think it shouldn't be too hard to add Visual Studio 2013 support to it, but that's what I have for it for now. p.s. I do think it's a good idea to add Visual Studio 2013 project file support via a method like this, for the next stable release of the GTK+/Clutter stack, especially as builds of Clutter were fixed for Visual Studio 2012 and later. With blessings, thank you!
Review of attachment 275049 [details] [review]: Although Im not able to test it on visual studio, it looks good in genera, and I rely on your experience.
Review of attachment 275049 [details] [review]: Hi Piñeiro, I have committed the patch as 84da842f, thanks for the reviews. Will close this bug in a bit. With blessings, thank you!