[cmake-developers] Working towards Windows Phone 8 support

2013-07-12 Thread Paul Annetts
Hi CMake developers! I'm interested in contributing towards Windows Phone 8 support in CMAKE, i.e. http://public.kitware.com/Bug/view.php?id=13791 I'm working on a patch that will allow C/C++ static libraries (.lib) to be built with CMAKE. The patch creates a Visual Studio 2012 (v11) .vcxp

Re: [cmake-developers] Working towards Windows Phone 8 support

2013-07-15 Thread Brad King
On 07/12/2013 07:58 AM, Paul Annetts wrote: > I'm interested in contributing towards Windows Phone 8 support in > CMAKE, i.e. http://public.kitware.com/Bug/view.php?id=13791 Thanks for working on this. Consider drawing attention to your work by posting in the issue tracker too. I haven't persona

Re: [cmake-developers] Working towards Windows Phone 8 support

2013-07-15 Thread Paul Annetts
Thanks for the response Brad. Comments inline below... Paul. > Date: Mon, 15 Jul 2013 08:38:11 -0400 > From: brad.k...@kitware.com > To: cmake-developers@cmake.org > Subject: Re: [cmake-developers] Working towards Windows Phone 8 support > > On 07/12/2013 07:58 AM, Paul Anne

Re: [cmake-developers] Working towards Windows Phone 8 support

2013-07-15 Thread Brad King
On 7/15/2013 11:08 AM, Paul Annetts wrote: > Yes. There are only 2 possible architectures for WP8, it isn’t WinCE [snip] > The extension of the VS10 target generator to support this is the > largest change in the patch. If possible, please factor that out as a separate patch independent of the Win

Re: [cmake-developers] Working towards Windows Phone 8 support

2013-07-15 Thread Paul Annetts
tidy that up first before submitting that patch. Paul. > Date: Mon, 15 Jul 2013 13:29:17 -0400 > From: brad.k...@kitware.com > To: p...@lightunobscured.com > CC: cmake-developers@cmake.org > Subject: Re: [cmake-developers] Working towards Windows Phone 8 support > > On 7/15/2013 11:08 A

Re: [cmake-developers] Working towards Windows Phone 8 support

2013-07-19 Thread Paul Annetts
: 15 July 2013 22:55 To: Brad King Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Working towards Windows Phone 8 support Sure - that should separate out well into two parts ("Win32/ARM" architecture and Windows Phone). The way I'm currently specifying the multip

Re: [cmake-developers] Working towards Windows Phone 8 support

2013-07-19 Thread Brad King
On 07/19/2013 05:42 AM, Paul Annetts wrote: > I think the first (and largest) stage of this is to support Windows Store > apps for Win32/ARM multiple architecture. Am I right in thinking this is > what "Visual Studio 11 ARM" generates? That generates for the ARM architecture. It was a contributed