[cmake-developers] WindowsCE

Patrick Gansterer paroga at paroga.com
Wed Nov 28 09:03:02 EST 2012


Am 28.11.2012 um 15:00 schrieb Brad King:

> 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!

Thanks!

>> 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?

No, that's the reason for this. Any better name for this commands? Otherwise I'll prepare a patch with documentation and post it.

-- Patrick


More information about the cmake-developers mailing list