diff options
author | Brad King <brad.king@kitware.com> | 2012-11-28 13:49:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-11-28 13:49:56 (GMT) |
commit | 581b0c0d078b5f07f68a53b118f44fc6e8313601 (patch) | |
tree | 678101ad6510bb107759896e50f2061e22cc00ac /Source/cmGlobalVisualStudio71Generator.h | |
parent | 1ed04648519f8dad60dbe6c1b3952429a011eb4b (diff) | |
parent | 3a1006e41fd7be22c415d1de45364f0c8ff4b697 (diff) | |
download | CMake-581b0c0d078b5f07f68a53b118f44fc6e8313601.zip CMake-581b0c0d078b5f07f68a53b118f44fc6e8313601.tar.gz CMake-581b0c0d078b5f07f68a53b118f44fc6e8313601.tar.bz2 |
Merge topic 'windows-ce'
3a1006e VS: Added "Deploy" at project configuration for WindowsCE targets
40c36c9 VS: Make DetermineCompilerId working with WinCE too
038df9e VS: Allow setting the name of the target platform
6fe4fcb VS: Add parser for WCE.VCPlatform.config to read WinCE platforms
2118a20 VS: Support setting correct subsystem and entry point for WinCE
6920fed VS: Change variable type of Name from const char* to string
102521b VS: Change variable type of ArchitectureId from const char* to string
332dc09 VS: Add static method to get the base of the registry
d41d4d3 VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefile
14861f8 VS: Remove TargetMachine for linker when checking compiler id
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h index e9cab06..6d91f97 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -63,7 +63,7 @@ protected: virtual void WriteProjectDepends(std::ostream& fout, const char* name, const char* path, cmTarget &t); virtual void WriteProjectConfigurations( - std::ostream& fout, const char* name, + std::ostream& fout, const char* name, cmTarget::TargetType type, const std::set<std::string>& configsPartOfDefaultBuild, const char* platformMapping = NULL); virtual void WriteExternalProject(std::ostream& fout, |