mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
VS: Support setting correct subsystem and entry point for WinCE
WinCE has only one SubSystem. So the WIN32_EXECUTABLE property must be handled via the EntryPointSymbol in the vcproj files.
This commit is contained in:
committed by
Brad King
parent
6920fed652
commit
2118a2016f
@@ -72,6 +72,9 @@ public:
|
||||
i.e. "Can I build Debug and Release in the same tree?" */
|
||||
virtual bool IsMultiConfig() { return true; }
|
||||
|
||||
/** Return true if building for Windows CE */
|
||||
virtual bool TargetsWindowsCE() const { return false; }
|
||||
|
||||
class TargetSet: public std::set<cmTarget*> {};
|
||||
struct TargetCompare
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user