[CMake] VS2005 PocketPC and Smartphone targets

Philip Lowman philip at yhbt.com
Fri Feb 29 16:29:33 EST 2008


On Fri, Feb 29, 2008 at 3:37 PM, Kevin Tucker <ktucker at birdstep.com> wrote:

>  Tried to post the zip file to the cmake e-mail list, but it bounced
> because it was too large.  Hope you got it, Philip!  Here's just the one
> vcproj file.
>
>
>
Kevin,

It might be possible to get most of the way there with a lot of custom
preprocessor definitions, and tweaked compilation and linking flags .
Modifying Windows-cl.cmake to support passing /machine:ARM along with the
other ARM specific options that are needed would probably be a good place to
start.  I'm not sure if anyone has undertaken the effort before though.


Also, I'm not sure what this section does (I suspect it just modifies the
possible build configurations) but noticed that nothing like it is being
generated by CMake 2.4.8.

     <Platforms>
        <Platform
            Name="Pocket PC 2003 (ARMV4)"
        />
        <Platform
            Name="Smartphone 2003 (ARMV4)"
        />



-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20080229/a3564fa0/attachment.html


More information about the CMake mailing list