Hi, I've had a look at the CMAKE_GENERATOR_TOOLSET option now. I think the correct approach for WP8 is to hardcode "v110_wp80" as it's the only option that will properly give a working WP8 project. Thanks Brad for pointing this out though - this might be useful for targeting versions in future releases of the WPx SDK. Since I'm splitting this into 2 interrelated parts, I think it makes sense to host the patches on github so that the code dependency between the two parts can be seen. I'll post to the list when there's something to review. 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? (If so it's a bit of a misleading name and something like "Visual Studio 11 Windows-Store" would be more accurate, but I'll leave it for now :)). Are there any existing tests of cmVisualStudio10TargetGenerator I can use to check for regressions and extend? Thanks, Paul. From: cmake-developers-boun...@cmake.org [mailto:cmake-developers-boun...@cmake.org] On Behalf Of Paul Annetts Sent: 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 multiple architectures is too hard-coded to be generally useful (I'm just checking the generator type), so I'll see if I can tidy that up first before submitting that patch. Paul. > Date: Mon, 15 Jul 2013 13:29:17 -0400 > From: <mailto:brad.k...@kitware.com> brad.k...@kitware.com > To: <mailto:p...@lightunobscured.com> p...@lightunobscured.com > CC: <mailto:cmake-developers@cmake.org> cmake-developers@cmake.org > Subject: Re: [cmake-developers] Working towards Windows Phone 8 support > > 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 Windows Phone work. This would be a > generally useful feature and has been requested before. > > Note also that the Xcode generator supports multiple > simultaneous architectures for universal binaries. This > may be related. > > -Brad
--
Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers