[cmake-developers] WindowsCE

Brad King brad.king at kitware.com
Wed Nov 28 09:00:43 EST 2012


On 11/27/2012 12:00 PM, Patrick Gansterer wrote:
> since CMake 2.8.10 it's possible to build for WindowsCE via the NMake 
> Makefile. But this needs some special preperation of the environment 
> variables. My last changed added parsing support for 
> WCE.VCPlatform.config, where this information is stored. Qt has a 
> special tool (http://qt.gitorious.org/qt/qt/trees/4.8/tools/checksdk) 
> for extracting this information. I'd like to add a similar functionality 
> to make the environment setup easier.

I just merged the rest of the windows-ce topic to master.  Thanks
for your work!

> I attached a first version of a possible solution. Maybe someone can 
> give me some early feedack before I add documentation and so on (it 
> needs rebase too), because I'm not sure if that is a good place for this 
> kind of stuff.

It looks like you're adding new

 cmake -E windowsce_environment8
 cmake -E windowsce_environment9

commands that print out the environment settings.  That looks okay
to me, but is there no vsvars32.bat equivalent?

Thanks,
-Brad



More information about the cmake-developers mailing list