On Friday 04 July 2008, Clemens Arth wrote:
...
> ad 2/3) In my case the SDK name would be "Windows Mobile 5.0 Pocket PC SDK
> (ARMV4I)"; alternatively, it might be "Windows Mobile 5.0 Smartphone SDK
> (ARMV4I)" or "Windows Mobile 6 Professional SDK" something for WM6, but
> anyway, I can only use one at a time as it is with "Win32" and "x64", the
> name is hardcoded into the generator file. I think, it might be possible to
> work around the hardcoding and use some additional parameter to set the
> name in a more "generic" generator (maybe reading the available SDKs from
> the registry and passing it). 

Getting information from the registry sounds good. OTOH there may be multiple 
versions installed so it cmake could not automatically know which one you 
want.
Using a wince specific variable like WINCE_SDK or something like that sounds 
ok too.

> However, the major problem is still the lack
> of capabilities of the current versions to configure VS to work with
> different platforms simultaneously.

I can't comment on the VisualStudio generators.

Alex
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to