diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-20 11:38:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-26 14:33:28 (GMT) |
commit | 2118a2016f69f3c7cdb711eaaa2f6ca9374103ce (patch) | |
tree | abbc539a5ce34a0ea53d053bbb246a5650470d85 /Source/cmLocalVisualStudio7Generator.h | |
parent | 6920fed652339ca6b45d98769c88a8c341e507b8 (diff) | |
download | CMake-2118a2016f69f3c7cdb711eaaa2f6ca9374103ce.zip CMake-2118a2016f69f3c7cdb711eaaa2f6ca9374103ce.tar.gz CMake-2118a2016f69f3c7cdb711eaaa2f6ca9374103ce.tar.bz2 |
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.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 95db2cc..5a1d208 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -122,6 +122,7 @@ private: cmVS7FlagTable const* ExtraFlagTable; std::string ModuleDefinitionFile; bool FortranProject; + bool WindowsCEProject; std::string PlatformName; // Win32 or x64 cmLocalVisualStudio7GeneratorInternals* Internal; }; |