[cmake-developers] [PATCH] WINCE, VS: Allow selecting an SDK for Windows CE on Visual Studio

Brad King brad.king at kitware.com
Fri Sep 12 08:23:22 EDT 2014


On 09/12/2014 03:42 AM, Bach, Pascal wrote:
> Now in order to have it fully working on WindowsCE the following issues remain:
> 1. The subsystem for EXE and DLL currently it is set to Console or Windows depending on the WIN32_EXECUTABLE property of the target. For WinCE the subsystem needs to be always set to WindowsCE and the entry point needs to change based on the WIN32_EXECUTABLE property.

FYI, I would be happy with hard-coding knowledge of this in the
C++ generator implementation for now.  Refactoring things to
use the flag parser as we discussed before can be done later.
Of course if you already have that well underway then it would
be fine too ;)

Thanks,
-Brad




More information about the cmake-developers mailing list